fixing 2012: network structure alignment now forced to be correct even on W32 using...
[oweals/gnunet.git] / src / nat / nat.h
index bb13e527497d85e8f4bff75f983f1884a0c1de24..efab3a7a7761922afc268b796d77f173d69a7f0a 100644 (file)
 #define NAT_H
 #include "gnunet_util_lib.h"
 
+#define DEBUG_NAT GNUNET_EXTRA_LOGGING
+
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Request to test NAT traversal.
  */
@@ -59,5 +63,6 @@ struct GNUNET_NAT_TestMessage
   int32_t is_tcp;
 
 };
+GNUNET_NETWORK_STRUCT_END
 
 #endif