From 8a63b822c0125f5a5bd0a4ce7113379327f8edfb Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 6 Jan 2014 04:36:42 +0000 Subject: [PATCH] - new message types for debug --- src/mesh/mesh_common.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c index d99018b9a..2e8104e1b 100644 --- a/src/mesh/mesh_common.c +++ b/src/mesh/mesh_common.c @@ -199,6 +199,16 @@ GM_m2s (uint16_t m) */ case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK"; + /** + * Local monitoring of service. + */ + case 292: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNELS"; + + /** + * Local monitoring of service. + */ + case 293: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL"; + /** * 640kb should be enough for everybody */ -- 2.25.1