aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-11-22 15:56:17 +0100
committerlurchi <lurchi@strangeplace.net>2017-11-22 15:56:17 +0100
commitc030c80e458957dd78a5ac37340524f5b606c9b6 (patch)
tree04e41d34f90bfc5943be7af89cb8136b5cd6ea56 /src/include
parent08d1fb4ad8581fca79dcc35e18c5d086fd11821f (diff)
downloadgnunet-c030c80e458957dd78a5ac37340524f5b606c9b6.tar.gz
gnunet-c030c80e458957dd78a5ac37340524f5b606c9b6.zip
commented out wrong message type
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 02097603e..09341a242 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2248,7 +2248,7 @@ extern "C"
2248 * 2248 *
2249 * Unicast message from a group member to the peer wanting to join. 2249 * Unicast message from a group member to the peer wanting to join.
2250 */ 2250 */
2251//#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753 2251#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753
2252 2252
2253/** 2253/**
2254 * A peer wants to part the group. 2254 * A peer wants to part the group.
@@ -2260,7 +2260,7 @@ extern "C"
2260 * 2260 *
2261 * Unicast message from a group member to the peer wanting to part. 2261 * Unicast message from a group member to the peer wanting to part.
2262 */ 2262 */
2263#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755 2263//#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755
2264 2264
2265/** 2265/**
2266 * Group terminated. 2266 * Group terminated.