index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
path:
root
/
icmp.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 'icmp.h')
-rw-r--r--
icmp.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/icmp.h b/icmp.h
index f899e6d..29c7829 100644
--- a/
icmp.h
+++ b/
icmp.h
@@ -27,7 +27,7 @@ union icmp_epoll_ref {
struct {
uint32_t v6:1,
id:16;
- } icmp;
+ };
uint32_t u32;
};