From: Bart Polot Date: Fri, 23 Aug 2013 15:41:48 +0000 (+0000) Subject: - sync X-Git-Tag: initial-import-from-subversion-38251~7661 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13bfef663f3937b048af2e478e027ceb5414a0cc;p=oweals%2Fgnunet.git - sync --- 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 */