From 13bfef663f3937b048af2e478e027ceb5414a0cc Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 23 Aug 2013 15:41:48 +0000 Subject: [PATCH] - sync --- src/mesh/mesh_common.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c index 56b669efc..1089e8edc 100644 --- a/src/mesh/mesh_common.c +++ b/src/mesh/mesh_common.c @@ -145,6 +145,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 */ -- 2.25.1