aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 49dfee816..3647f1ea9 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -82,7 +82,7 @@ struct WlanHeader
82{ 82{
83 83
84 /** 84 /**
85 * Message type is GNUNET_MESSAGE_TYPE_WLAN_DATA. 85 * Message type is #GNUNET_MESSAGE_TYPE_WLAN_DATA.
86 */ 86 */
87 struct GNUNET_MessageHeader header; 87 struct GNUNET_MessageHeader header;
88 88
@@ -171,13 +171,8 @@ struct Session
171 struct GNUNET_PeerIdentity target; 171 struct GNUNET_PeerIdentity target;
172 172
173 /** 173 /**
174 * API requirement (must be first).
175 */
176 struct SessionHeader header;
177
178 /**
179 * We keep all sessions in a DLL at their respective 174 * We keep all sessions in a DLL at their respective
180 * 'struct MACEndpoint'. 175 * `struct MACEndpoint *`.
181 */ 176 */
182 struct Session *next; 177 struct Session *next;
183 178
@@ -272,7 +267,7 @@ struct FragmentMessage
272 GNUNET_TRANSPORT_TransmitContinuation cont; 267 GNUNET_TRANSPORT_TransmitContinuation cont;
273 268
274 /** 269 /**
275 * Closure for 'cont' 270 * Closure for @e cont
276 */ 271 */
277 void *cont_cls; 272 void *cont_cls;
278 273