aboutgitcodebugslistschat
path: root/passt.h
diff options
context:
space:
mode:
Diffstat (limited to 'passt.h')
-rw-r--r--passt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/passt.h b/passt.h
index 87d91e5..d8b2dce 100644
--- a/passt.h
+++ b/passt.h
@@ -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;
};