aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 06fd777e6..9c8824a4a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -128,13 +128,17 @@ extern "C"
128 ******************************************************************************/ 128 ******************************************************************************/
129 129
130/** 130/**
131 * Type of messages between the gnunet-wlan-helper and the daemon 131 * Type of data messages from the plugin to the gnunet-wlan-helper
132 *
133 */ 132 */
134#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA 40 133#define GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER 39
135 134
136/** 135/**
137 * Control messages between the gnunet-wlan-helper and the daemon 136 * Type of data messages from the gnunet-wlan-helper to the plugin
137 */
138#define GNUNET_MESSAGE_TYPE_WLAN_DATA_FROM_HELPER 40
139
140/**
141 * Control message between the gnunet-wlan-helper and the daemon (with the MAC).
138 */ 142 */
139#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41 143#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41
140 144