aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-23 08:39:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-23 08:39:18 +0000
commitb4791cc5e8b3dc388883222f1d8fe561b7ca4bc3 (patch)
tree1044ca0853ad9b4724b6bf061a14f52498b2d00f /src/transport/plugin_transport_wlan.h
parentf289a44d046c3f7eae60944d85a1c928fc030c3d (diff)
downloadgnunet-b4791cc5e8b3dc388883222f1d8fe561b7ca4bc3.tar.gz
gnunet-b4791cc5e8b3dc388883222f1d8fe561b7ca4bc3.zip
-using cleaner message types for WLAN-HELPER IPC
Diffstat (limited to 'src/transport/plugin_transport_wlan.h')
-rw-r--r--src/transport/plugin_transport_wlan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.h b/src/transport/plugin_transport_wlan.h
index 96aa434ee..2b70fc0f5 100644
--- a/src/transport/plugin_transport_wlan.h
+++ b/src/transport/plugin_transport_wlan.h
@@ -142,7 +142,7 @@ struct GNUNET_TRANSPORT_WLAN_RadiotapSendMessage
142{ 142{
143 143
144 /** 144 /**
145 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. 145 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER'.
146 */ 146 */
147 struct GNUNET_MessageHeader header; 147 struct GNUNET_MessageHeader header;
148 148
@@ -183,7 +183,7 @@ struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage
183{ 183{
184 184
185 /** 185 /**
186 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. 186 * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_FROM_HELPER'.
187 */ 187 */
188 struct GNUNET_MessageHeader header; 188 struct GNUNET_MessageHeader header;
189 189