From 6845de36e4af2861a7dae04036f0a0d505519412 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 13 Nov 2013 16:30:01 +0000 Subject: [PATCH] - log --- src/mesh/mesh_common.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c index 00a3e9173..06c9b7b84 100644 --- a/src/mesh/mesh_common.c +++ b/src/mesh/mesh_common.c @@ -81,10 +81,15 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m) case 259: return "GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED"; /** - * Transport data in the mesh (origin->end) unicast + * Transport payload data. */ case 260: return "GNUNET_MESSAGE_TYPE_MESH_DATA"; + /** + * Confirm receipt of payload data. + */ + case 261: return "GNUNET_MESSAGE_TYPE_MESH_DATA_ACK"; + /** * Key exchange encapsulation. */ -- 2.25.1