aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.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/include/gnunet_protocols.h
parentf289a44d046c3f7eae60944d85a1c928fc030c3d (diff)
downloadgnunet-b4791cc5e8b3dc388883222f1d8fe561b7ca4bc3.tar.gz
gnunet-b4791cc5e8b3dc388883222f1d8fe561b7ca4bc3.zip
-using cleaner message types for WLAN-HELPER IPC
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