aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-30 19:14:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-30 19:14:53 +0000
commitfd87b25438487e1215c68bdb9f1bcac2d7012bc2 (patch)
tree490ca5e477442e580dd94d0d06c439e89259e77a /src/transport/plugin_transport_wlan.c
parentd792d43376748fc352470a33258f84bb71d47836 (diff)
downloadgnunet-fd87b25438487e1215c68bdb9f1bcac2d7012bc2.tar.gz
gnunet-fd87b25438487e1215c68bdb9f1bcac2d7012bc2.zip
-fix compiler warning, removing unnecessary attribute
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 281c3a82c..73d80c655 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -105,6 +105,16 @@ struct WlanHeader
105 multiple messages! */ 105 multiple messages! */
106 106
107}; 107};
108
109
110struct WlanAddress
111{
112 uint32_t options GNUNET_PACKED;
113
114 struct GNUNET_TRANSPORT_WLAN_MacAddress mac;
115};
116
117
108GNUNET_NETWORK_STRUCT_END 118GNUNET_NETWORK_STRUCT_END
109 119
110 120
@@ -148,13 +158,6 @@ struct PendingMessage
148 158
149}; 159};
150 160
151GNUNET_NETWORK_STRUCT_BEGIN
152struct WlanAddress
153{
154 uint32_t options GNUNET_PACKED;
155 struct GNUNET_TRANSPORT_WLAN_MacAddress mac GNUNET_PACKED;
156};
157GNUNET_NETWORK_STRUCT_END
158 161
159/** 162/**
160 * Session handle for connections with other peers. 163 * Session handle for connections with other peers.