aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 6450d67d3..4701d2c84 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -443,14 +443,14 @@ init_notify_peer1 (void *cls,
443 * Connect to the receiving peer 443 * Connect to the receiving peer
444 */ 444 */
445 pos->peer2handle = GNUNET_CORE_connect (sched, 445 pos->peer2handle = GNUNET_CORE_connect (sched,
446 pos->peer2->cfg, 446 pos->peer2->cfg,
447 TIMEOUT, 447 TIMEOUT,
448 pos, 448 pos,
449 &init_notify_peer2, 449 &init_notify_peer2,
450 NULL, 450 NULL,
451 NULL, 451 NULL,
452 NULL, 452 NULL, NULL,
453 GNUNET_YES, NULL, GNUNET_YES, handlers); 453 GNUNET_YES, NULL, GNUNET_YES, handlers);
454 454
455} 455}
456 456
@@ -485,7 +485,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
485 TIMEOUT, 485 TIMEOUT,
486 pos, 486 pos,
487 &init_notify_peer1, 487 &init_notify_peer1,
488 NULL, 488 NULL, NULL,
489 NULL, 489 NULL,
490 NULL, 490 NULL,
491 GNUNET_NO, NULL, GNUNET_NO, no_handlers); 491 GNUNET_NO, NULL, GNUNET_NO, no_handlers);