gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 32/64: commented out wrong message type


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 32/64: commented out wrong message type
Date: Sat, 30 Dec 2017 20:58:17 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

commit c030c80e458957dd78a5ac37340524f5b606c9b6
Author: lurchi <address@hidden>
AuthorDate: Wed Nov 22 15:56:17 2017 +0100

    commented out wrong message type
---
 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
index 02097603e..09341a242 100644
--- 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]