commit 13bfef663f3937b048af2e478e027ceb5414a0cc
parent 8830d27022a4c303baab008ad5d4dfeef0c0ee8e
Author: Bart Polot <bart@net.in.tum.de>
Date: Fri, 23 Aug 2013 15:41:48 +0000
- sync
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
@@ -146,6 +146,11 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
case 274: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY";
/**
+ * Confirm the creation of a channel
+ */
+ case 275: return "GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK";
+
+ /**
* Ask the mesh service to create a new tunnel
*/
case 280: return "GNUNET_MESSAGE_TYPE_MESH_FWD";