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 ff16134..9844858 100644
--- a/passt.h
+++ b/passt.h
@@ -1,5 +1,6 @@
#define UNIX_SOCK_PATH "/tmp/passt.socket"
+#include "icmp.h"
#include "tcp.h"
/**
@@ -39,5 +40,6 @@ struct ctx {
char ifn[IF_NAMESIZE];
+ struct icmp_ctx icmp;
struct tcp_ctx tcp;
};