summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-11-24 21:54:31 +0100
committerlurchi <lurchi@strangeplace.net>2017-11-24 21:54:31 +0100
commit9cf0e753f26488dfde60967ae0184cf986902464 (patch)
tree54b4619f6191f98d99a7bf14fbc82680a225d902 /src/include
parentc030c80e458957dd78a5ac37340524f5b606c9b6 (diff)
downloadgnunet-9cf0e753f26488dfde60967ae0184cf986902464.tar.gz
gnunet-9cf0e753f26488dfde60967ae0184cf986902464.zip
introduce part request / part ack messages (for leaving multicast groups) and related fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 09341a242..9cfd00e39 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2253,15 +2253,16 @@ extern "C"
2253/** 2253/**
2254 * A peer wants to part the group. 2254 * A peer wants to part the group.
2255 */ 2255 */
2256//#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_REQUEST 754 2256#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_REQUEST 754
2257 2257
2258/** 2258/**
2259 * Acknowledgement sent in response to a part request. 2259 * Acknowledgement sent in response to a part request.
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// FIXME: this is never used!
2265/** 2266/**
2266 * Group terminated. 2267 * Group terminated.
2267 */ 2268 */