aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index de0d270a2..dc515b473 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -63,14 +63,14 @@ extern "C"
63 * notify_transmit_ready None (queue / GNUNET_CLIENT_ntf_tmt_rdy) 63 * notify_transmit_ready None (queue / GNUNET_CLIENT_ntf_tmt_rdy)
64 * notify_transmit_ready_cancel None (clear of internal data structures) 64 * notify_transmit_ready_cancel None (clear of internal data structures)
65 * 65 *
66 * 66 *
67 * EVENT MESSAGE USED 67 * EVENT MESSAGE USED
68 * ----- ------------ 68 * ----- ------------
69 * data GNUNET_MESH_Unicast OR 69 * data GNUNET_MESH_Unicast OR
70 * GNUNET_MESH_Multicast OR 70 * GNUNET_MESH_Multicast OR
71 * GNUNET_MESH_ToOrigin 71 * GNUNET_MESH_ToOrigin
72 * data ack GNUNET_MESH_LocalAck 72 * data ack GNUNET_MESH_LocalAck
73 * 73 *
74 * new incoming tunnel GNUNET_MESH_PeerControl 74 * new incoming tunnel GNUNET_MESH_PeerControl
75 * peer connects to a tunnel FIXME 75 * peer connects to a tunnel FIXME
76 * peer disconnects from a tunnel FIXME 76 * peer disconnects from a tunnel FIXME
@@ -305,9 +305,9 @@ GMC_min_pid (uint32_t a, uint32_t b);
305 * Generated with: 305 * Generated with:
306 * FIND: "#define ([^ ]+)[ ]*([0-9]+)" 306 * FIND: "#define ([^ ]+)[ ]*([0-9]+)"
307 * REPLACE: " case \2: return "\1"; break;" 307 * REPLACE: " case \2: return "\1"; break;"
308 * 308 *
309 * @param m Message type. 309 * @param m Message type.
310 * 310 *
311 * @return Human readable string description. 311 * @return Human readable string description.
312 */ 312 */
313const char * 313const char *