diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-23 08:39:18 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-23 08:39:18 +0000 |
commit | b4791cc5e8b3dc388883222f1d8fe561b7ca4bc3 (patch) | |
tree | 1044ca0853ad9b4724b6bf061a14f52498b2d00f /src/transport/plugin_transport_wlan.h | |
parent | f289a44d046c3f7eae60944d85a1c928fc030c3d (diff) |
-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.h | 4 |
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 { /** - * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. + * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER'. */ struct GNUNET_MessageHeader header; @@ -183,7 +183,7 @@ struct GNUNET_TRANSPORT_WLAN_RadiotapReceiveMessage { /** - * Type is 'GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA'. + * Type is 'GNUNET_MESSAGE_TYPE_WLAN_DATA_FROM_HELPER'. */ struct GNUNET_MessageHeader header; |