If the tun-if can't be initialized correctly, close the vpn-helper
[oweals/gnunet.git] / src / vpn / gnunet-vpn-helper-p.h
index d2fac593ade568e7da782f4be47b4835b82e2b5c..d48755df34a91daeb470fc566ad333dcd7924a02 100644 (file)
@@ -1,8 +1,10 @@
 #ifndef GN_VPN_HELPER_P_H
 #define GN_VPN_HELPER_P_H
 
+#include "gnunet_common.h"
+
 struct suid_packet {
-       unsigned int size;
+       struct GNUNET_MessageHeader hdr;
        unsigned char data[1];
 };