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