X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fmesh%2Fmesh_common.c;h=2e8104e1b34a4bbf275b67cc3110db69927a124c;hb=e43078b68951ad8a3daa3a193473e9c321549e1d;hp=d99018b9ac323c32caf7cd634ee6506650e3feb8;hpb=7faa62d0e03329190ad48489d09daa087c9456e2;p=oweals%2Fgnunet.git 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 */