Merge branch 'fix_social' of gnunet.org:gnunet into fix_social
authort3sserakt <t3ss@posteo.de>
Wed, 22 Nov 2017 16:28:24 +0000 (17:28 +0100)
committert3sserakt <t3ss@posteo.de>
Wed, 22 Nov 2017 16:28:24 +0000 (17:28 +0100)
src/include/gnunet_protocols.h

index 02097603ebf6b2846b05df1696cc922d1908faa3..09341a242e8806d869d1e696f1a7b28e122464ad 100644 (file)
@@ -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.