aboutgitcodebugslistschat
path: root/passt.h
diff options
context:
space:
mode:
Diffstat (limited to 'passt.h')
-rw-r--r--passt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/passt.h b/passt.h
index e2c9035..ff16134 100644
--- a/passt.h
+++ b/passt.h
@@ -1,5 +1,7 @@
#define UNIX_SOCK_PATH "/tmp/passt.socket"
+#include "tcp.h"
+
/**
* struct ctx - Execution context
* @epollfd: file descriptor for epoll instance
@@ -36,4 +38,6 @@ struct ctx {
struct in6_addr dns6;
char ifn[IF_NAMESIZE];
+
+ struct tcp_ctx tcp;
};