aboutgitcodebugslistschat
path: root/icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'icmp.h')
-rw-r--r--icmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icmp.h b/icmp.h
index 3ccc598..89b5f55 100644
--- a/icmp.h
+++ b/icmp.h
@@ -26,7 +26,7 @@ union icmp_epoll_ref {
struct {
uint32_t v6:1,
id:16;
- };
+ } icmp;
uint32_t u32;
};