From de58975aeaf73f8d64a98658ee570878df3cff49 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 7 Nov 2013 17:42:40 +0000 Subject: [PATCH] - new message type --- 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 0298a4e3a..8912f61b9 100644 --- a/src/mesh/mesh_common.c +++ b/src/mesh/mesh_common.c @@ -150,6 +150,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. */ -- 2.25.1