diff options
Diffstat (limited to 'passt.h')
-rw-r--r-- | passt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct tap_msg { #include "icmp.h" #include "tcp.h" +#include "udp.h" /** * struct ctx - Execution context @@ -56,4 +57,5 @@ struct ctx { struct icmp_ctx icmp; struct tcp_ctx tcp; + struct tcp_ctx udp; }; |