From 08d1fb4ad8581fca79dcc35e18c5d086fd11821f Mon Sep 17 00:00:00 2001 From: lurchi Date: Sat, 18 Nov 2017 11:10:27 +0100 Subject: Introduce PART/PART_ACK messages (tests will fail until multicast module is adapted, too) --- src/include/gnunet_protocols.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/include/gnunet_protocols.h') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 2daf5eb46..02097603e 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -2067,7 +2067,11 @@ extern "C" /** S->C: slave join acknowledgement */ #define GNUNET_MESSAGE_TYPE_PSYC_SLAVE_JOIN_ACK 684 -/* 685-686 */ +/** C->S: request to part from a channel */ +#define GNUNET_MESSAGE_TYPE_PSYC_PART_REQUEST 685 + +/** S->C: acknowledgement that a slave of master parted from a channel */ +#define GNUNET_MESSAGE_TYPE_PSYC_PART_ACK 686 /** M->S->C: incoming join request from multicast */ #define GNUNET_MESSAGE_TYPE_PSYC_JOIN_REQUEST 687 @@ -2244,12 +2248,12 @@ extern "C" * * Unicast message from a group member to the peer wanting to join. */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753 +//#define GNUNET_MESSAGE_TYPE_MULTICAST_JOIN_DECISION 753 /** * A peer wants to part the group. */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_REQUEST 754 +//#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_REQUEST 754 /** * Acknowledgement sent in response to a part request. -- cgit v1.2.3