From c4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Dec 2011 09:40:15 +0000 Subject: fixing 2012: network structure alignment now forced to be correct even on W32 using #pragma pack from gcc 4.x --- src/transport/plugin_transport_wlan.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_wlan.h') diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h index 35b23fd44..b0b8b966a 100644 --- a/src/transport/plugin_transport_wlan.h +++ b/src/transport/plugin_transport_wlan.h @@ -43,6 +43,8 @@ struct MacAddress }; +GNUNET_NETWORK_STRUCT_BEGIN + /** * Format of a WLAN Control Message. */ @@ -58,7 +60,7 @@ struct GNUNET_TRANSPORT_WLAN_HelperControlMessage */ struct MacAddress mac; }; - +GNUNET_NETWORK_STRUCT_END /** * GNUnet bssid -- cgit v1.2.3