commit de58975aeaf73f8d64a98658ee570878df3cff49
parent 8b4ea561eadce15493a44086175579be2defcf77
Author: Bart Polot <bart@net.in.tum.de>
Date: Thu, 7 Nov 2013 17:42:40 +0000
- new message type
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
@@ -151,6 +151,11 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
case 275: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK";
/**
+ * Confirm the creation of a channel.
+ */
+ case 276: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_NACK";
+
+ /**
* Encrypted payload.
*/
case 280: return "GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED";