-fix compiler warning, removing unnecessary attribute
authorChristian Grothoff <christian@grothoff.org>
Sun, 30 Jun 2013 19:14:53 +0000 (19:14 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 30 Jun 2013 19:14:53 +0000 (19:14 +0000)
src/transport/plugin_transport_wlan.c

index 281c3a82c248d216f6d7eadd8c70dd33fcaeb9e7..73d80c65590e173de258e464e44772093f30b14d 100644 (file)
@@ -105,6 +105,16 @@ struct WlanHeader
      multiple messages! */
 
 };
+
+
+struct WlanAddress
+{
+  uint32_t options GNUNET_PACKED;
+
+  struct GNUNET_TRANSPORT_WLAN_MacAddress mac;
+};
+
+
 GNUNET_NETWORK_STRUCT_END
 
 
@@ -148,13 +158,6 @@ struct PendingMessage
 
 };
 
-GNUNET_NETWORK_STRUCT_BEGIN
-struct WlanAddress
-{
-       uint32_t options GNUNET_PACKED;
-  struct GNUNET_TRANSPORT_WLAN_MacAddress mac  GNUNET_PACKED;
-};
-GNUNET_NETWORK_STRUCT_END
 
 /**
  * Session handle for connections with other peers.