commit 95385d9d21c25cba07f07c8cded2442415380c0e parent e38ec7081dfe9f915b27e1b6302f831338cc7c7d Author: t3sserakt <t3ss@posteo.de> Date: Wed, 22 Nov 2017 17:28:24 +0100 Merge branch 'fix_social' of gnunet.org:gnunet into fix_social Diffstat:
| M | src/include/gnunet_protocols.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h @@ -2248,7 +2248,7 @@ 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. @@ -2260,7 +2260,7 @@ extern "C" * * Unicast message from a group member to the peer wanting to part. */ -#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755 +//#define GNUNET_MESSAGE_TYPE_MULTICAST_PART_ACK 755 /** * Group terminated.