diff options
Diffstat (limited to 'passt.h')
-rw-r--r-- | passt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ union epoll_ref; */ union epoll_ref { struct { - uint32_t proto:8, + int32_t proto:8, s:24; union { union tcp_epoll_ref tcp; |