aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_local_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_local_1.c')
-rw-r--r--src/mesh/test_mesh_local_1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesh/test_mesh_local_1.c b/src/mesh/test_mesh_local_1.c
index 208988330..d143f0913 100644
--- a/src/mesh/test_mesh_local_1.c
+++ b/src/mesh/test_mesh_local_1.c
@@ -250,7 +250,6 @@ run (void *cls,
250 (GNUNET_TIME_UNIT_SECONDS, 20), &do_abort, 250 (GNUNET_TIME_UNIT_SECONDS, 20), &do_abort,
251 NULL); 251 NULL);
252 mesh_peer_1 = GNUNET_MESH_connect (cfg, /* configuration */ 252 mesh_peer_1 = GNUNET_MESH_connect (cfg, /* configuration */
253 10, /* queue size */
254 (void *) &one, /* cls */ 253 (void *) &one, /* cls */
255 &inbound_tunnel, /* inbound new hndlr */ 254 &inbound_tunnel, /* inbound new hndlr */
256 &inbound_end, /* inbound end hndlr */ 255 &inbound_end, /* inbound end hndlr */
@@ -258,7 +257,6 @@ run (void *cls,
258 app1); /* apps offered */ 257 app1); /* apps offered */
259 258
260 mesh_peer_2 = GNUNET_MESH_connect (cfg, /* configuration */ 259 mesh_peer_2 = GNUNET_MESH_connect (cfg, /* configuration */
261 10, /* queue size */
262 (void *) &two, /* cls */ 260 (void *) &two, /* cls */
263 &inbound_tunnel, /* inbound new hndlr */ 261 &inbound_tunnel, /* inbound new hndlr */
264 &inbound_end, /* inbound end hndlr */ 262 &inbound_end, /* inbound end hndlr */