aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_regex.c')
-rw-r--r--src/mesh/test_mesh_regex.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/test_mesh_regex.c b/src/mesh/test_mesh_regex.c
index 002ffa8de..f88822bc8 100644
--- a/src/mesh/test_mesh_regex.c
+++ b/src/mesh/test_mesh_regex.c
@@ -288,7 +288,7 @@ ch (void *cls, const struct GNUNET_PeerIdentity *peer,
288 GNUNET_i2s (peer)); 288 GNUNET_i2s (peer));
289 regex_peers++; 289 regex_peers++;
290 290
291 GNUNET_MESH_notify_transmit_ready(t[i], 0, 0, 291 GNUNET_MESH_notify_transmit_ready(t[i], GNUNET_NO,
292 GNUNET_TIME_UNIT_FOREVER_REL, 292 GNUNET_TIME_UNIT_FOREVER_REL,
293 peer, 293 peer,
294 sizeof(struct GNUNET_MessageHeader), 294 sizeof(struct GNUNET_MessageHeader),
@@ -427,7 +427,7 @@ peergroup_ready (void *cls, const char *emsg)
427 427
428 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 428 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
429 "Connect to mesh\n"); 429 "Connect to mesh\n");
430 h1 = GNUNET_MESH_connect (d->cfg, 5, (void *) 1L, 430 h1 = GNUNET_MESH_connect (d->cfg, (void *) 1L,
431 NULL, 431 NULL,
432 NULL, 432 NULL,
433 handlers, 433 handlers,
@@ -437,7 +437,7 @@ peergroup_ready (void *cls, const char *emsg)
437 { 437 {
438 ok[i] = GNUNET_NO; 438 ok[i] = GNUNET_NO;
439 d = GNUNET_TESTING_daemon_get (pg, 10 + i); 439 d = GNUNET_TESTING_daemon_get (pg, 10 + i);
440 h2[i] = GNUNET_MESH_connect (d->cfg, 5, (void *) (long) (i + 2), 440 h2[i] = GNUNET_MESH_connect (d->cfg, (void *) (long) (i + 2),
441 &incoming_tunnel, 441 &incoming_tunnel,
442 &tunnel_cleaner, 442 &tunnel_cleaner,
443 handlers, 443 handlers,