index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
path:
root
/
tcp.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tcp.h')
-rw-r--r--
tcp.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.h b/tcp.h
index dc854b8..512ee76 100644
--- a/
tcp.h
+++ b/
tcp.h
@@ -39,7 +39,7 @@ union tcp_epoll_ref {
splice:1,
v6:1,
index:20;
- };
+ } tcp;
uint32_t u32;
};