projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08d1fb4
)
commented out wrong message type
author
lurchi
<lurchi@strangeplace.net>
Wed, 22 Nov 2017 14:56:17 +0000
(15:56 +0100)
committer
lurchi
<lurchi@strangeplace.net>
Wed, 22 Nov 2017 14:56:17 +0000
(15:56 +0100)
src/include/gnunet_protocols.h
patch
|
blob
|
history
diff --git
a/src/include/gnunet_protocols.h
b/src/include/gnunet_protocols.h
index 02097603ebf6b2846b05df1696cc922d1908faa3..09341a242e8806d869d1e696f1a7b28e122464ad 100644
(file)
--- 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.