aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-10 18:10:59 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-10 18:10:59 +0000
commit0b2836dbc4f3da21c9321caefbaa229500c75adf (patch)
tree2323f17679c63c8dc499cd837f2d4bda4bea5f66 /src/mesh/gnunet-service-mesh_local.c
parent1b5d4aba9d8bbcb62c93f96782e3567f6f79d0cb (diff)
downloadgnunet-0b2836dbc4f3da21c9321caefbaa229500c75adf.tar.gz
gnunet-0b2836dbc4f3da21c9321caefbaa229500c75adf.zip
- fix dht
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index d4362d5e8..a1ff2b12c 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -1099,11 +1099,11 @@ GML_send_channel_destroy (struct MeshClient *c, uint32_t id)
1099/** 1099/**
1100 * Modify the mesh message ID from global to local and send to client. 1100 * Modify the mesh message ID from global to local and send to client.
1101 * 1101 *
1102 * @param msg Message to modify and send.
1103 * @param c Client to send to. 1102 * @param c Client to send to.
1104 * @param tid Tunnel ID to use (c can be both owner and client). 1103 * @param msg Message to modify and send.
1104 * @param id Channel ID to use (c can be both owner and client).
1105 */ 1105 */
1106static void 1106void
1107GML_send_data (struct MeshClient *c, 1107GML_send_data (struct MeshClient *c,
1108 const struct GNUNET_MESH_Data *msg, 1108 const struct GNUNET_MESH_Data *msg,
1109 MESH_ChannelNumber id) 1109 MESH_ChannelNumber id)