aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api_new.c')
-rw-r--r--src/mesh/mesh_api_new.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c
index 5cb50b0d1..f63b0a221 100644
--- a/src/mesh/mesh_api_new.c
+++ b/src/mesh/mesh_api_new.c
@@ -72,6 +72,7 @@ struct GNUNET_MESH_Tunnel {
72 * note that the mesh is allowed to drop notifications about 72 * note that the mesh is allowed to drop notifications about
73 * inbound messages if the client does not process them fast 73 * inbound messages if the client does not process them fast
74 * enough (for this notification type, a bounded queue is used) 74 * enough (for this notification type, a bounded queue is used)
75 * @param stypes Application Types the client claims to offer
75 * @return handle to the mesh service 76 * @return handle to the mesh service
76 * NULL on error (in this case, init is never called) 77 * NULL on error (in this case, init is never called)
77 */ 78 */
@@ -79,7 +80,7 @@ struct GNUNET_MESH_Handle *
79GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 80GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
80 void *cls, 81 void *cls,
81 GNUNET_MESH_TunnelEndHandler cleaner, 82 GNUNET_MESH_TunnelEndHandler cleaner,
82 const struct GNUNET_MESH_MessageHandler *handlers, 83 const struct GNUNET_MESH_MessageHandler *handlers,
83 const GNUNET_MESH_ApplicationType *stypes) { 84 const GNUNET_MESH_ApplicationType *stypes) {
84 GNUNET_MESH_Handle *h; 85 GNUNET_MESH_Handle *h;
85 struct GNUNET_MESH_MessageHandler *aux; 86 struct GNUNET_MESH_MessageHandler *aux;