index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
path:
root
/
udp.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 'udp.h')
-rw-r--r--
udp.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/udp.h b/udp.h
index e64ef18..56bcd78 100644
--- a/
udp.h
+++ b/
udp.h
@@ -36,7 +36,7 @@ union udp_epoll_ref {
ns:1,
v6:1;
uint32_t port:16;
- } udp;
+ };
uint32_t u32;
};