aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_common.c')
-rw-r--r--src/mesh/mesh_common.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
index e65eb8a4d..2d9129ffa 100644
--- a/src/mesh/mesh_common.c
+++ b/src/mesh/mesh_common.c
@@ -241,10 +241,17 @@ GM_m2s (uint16_t m)
241 break; 241 break;
242 242
243 /** 243 /**
244 * Local monitoring of service. 244 * Local monitoring of channels.
245 */
246 case GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_CHANNELS:
247 t = "LOCAL_INFO_CHANNELS";
248 break;
249
250 /**
251 * Local monitoring of a channel.
245 */ 252 */
246 case GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK: 253 case GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_CHANNEL:
247 t = "LOCAL_NACK"; 254 t = "LOCAL_INFO_CHANNEL";
248 break; 255 break;
249 256
250 /** 257 /**