fixing 2012: network structure alignment now forced to be correct even on W32 using...
[oweals/gnunet.git] / src / nat / nat.h
index a32fe0908a39005eba6fb3db7a8b37f5f0eaa693..efab3a7a7761922afc268b796d77f173d69a7f0a 100644 (file)
@@ -30,6 +30,8 @@
 
 #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