aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-06 04:36:42 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-06 04:36:42 +0000
commit8a63b822c0125f5a5bd0a4ce7113379327f8edfb (patch)
tree10300ce72e8d7458180533f5b2628ee1bcc85cda /src
parent5334122e364ba91757d7fc7c1afe403e2d15c39a (diff)
downloadgnunet-8a63b822c0125f5a5bd0a4ce7113379327f8edfb.tar.gz
gnunet-8a63b822c0125f5a5bd0a4ce7113379327f8edfb.zip
- new message types for debug
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_common.c10
1 files changed, 10 insertions, 0 deletions
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
@@ -200,6 +200,16 @@ GM_m2s (uint16_t m)
200 case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK"; 200 case 287: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_NACK";
201 201
202 /** 202 /**
203 * Local monitoring of service.
204 */
205 case 292: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNELS";
206
207 /**
208 * Local monitoring of service.
209 */
210 case 293: return "GNUNET_MESSAGE_TYPE_MESH_LOCAL_INFO_TUNNEL";
211
212 /**
203 * 640kb should be enough for everybody 213 * 640kb should be enough for everybody
204 */ 214 */
205 case 299: return "GNUNET_MESSAGE_TYPE_MESH_RESERVE_END"; 215 case 299: return "GNUNET_MESSAGE_TYPE_MESH_RESERVE_END";