aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-rw-r--r--src/include/gnunet_mesh_service.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index c235bdd42..044fe1cee 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -154,9 +154,6 @@ typedef uint32_t GNUNET_MESH_ApplicationType;
154 * Connect to the mesh service. 154 * Connect to the mesh service.
155 * 155 *
156 * @param cfg configuration to use 156 * @param cfg configuration to use
157 * @param queue_size size of the data message queue, shared among all tunnels
158 * (each tunnel is guaranteed to accept at least one message,
159 * no matter what is the status of other tunnels)
160 * @param cls closure for the various callbacks that follow 157 * @param cls closure for the various callbacks that follow
161 * (including handlers in the handlers array) 158 * (including handlers in the handlers array)
162 * @param new_tunnel function called when an *inbound* tunnel is created 159 * @param new_tunnel function called when an *inbound* tunnel is created
@@ -172,8 +169,7 @@ typedef uint32_t GNUNET_MESH_ApplicationType;
172 * (in this case, init is never called) 169 * (in this case, init is never called)
173 */ 170 */
174struct GNUNET_MESH_Handle * 171struct GNUNET_MESH_Handle *
175GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 172GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, void *cls,
176 unsigned int queue_size, void *cls,
177 GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel, 173 GNUNET_MESH_InboundTunnelNotificationHandler new_tunnel,
178 GNUNET_MESH_TunnelEndHandler cleaner, 174 GNUNET_MESH_TunnelEndHandler cleaner,
179 const struct GNUNET_MESH_MessageHandler *handlers, 175 const struct GNUNET_MESH_MessageHandler *handlers,