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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 87f90f80f..62fbc07e0 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -298,8 +298,6 @@ static int stats_print (void *cls,
298static void topology_cb (void *cls, 298static void topology_cb (void *cls,
299 const struct GNUNET_PeerIdentity *first, 299 const struct GNUNET_PeerIdentity *first,
300 const struct GNUNET_PeerIdentity *second, 300 const struct GNUNET_PeerIdentity *second,
301 struct GNUNET_TIME_Relative latency,
302 uint32_t distance,
303 const char *emsg) 301 const char *emsg)
304{ 302{
305 FILE *outfile = cls; 303 FILE *outfile = cls;
@@ -329,8 +327,7 @@ static int
329process_mtype (void *cls, 327process_mtype (void *cls,
330 const struct GNUNET_PeerIdentity *peer, 328 const struct GNUNET_PeerIdentity *peer,
331 const struct GNUNET_MessageHeader *message, 329 const struct GNUNET_MessageHeader *message,
332 struct GNUNET_TIME_Relative latency, 330 const struct GNUNET_TRANSPORT_ATS_Information *atsi)
333 uint32_t distance)
334{ 331{
335 char *dotOutFileNameFinished; 332 char *dotOutFileNameFinished;
336 FILE *dotOutFileFinished; 333 FILE *dotOutFileFinished;
@@ -522,7 +519,6 @@ init_notify_peer1 (void *cls,
522 */ 519 */
523 pos->peer2handle = GNUNET_CORE_connect (pos->peer2->cfg, 520 pos->peer2handle = GNUNET_CORE_connect (pos->peer2->cfg,
524 1, 521 1,
525 TIMEOUT,
526 pos, 522 pos,
527 &init_notify_peer2, 523 &init_notify_peer2,
528 NULL, 524 NULL,
@@ -564,7 +560,6 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
564 */ 560 */
565 pos->peer1handle = GNUNET_CORE_connect (pos->peer1->cfg, 561 pos->peer1handle = GNUNET_CORE_connect (pos->peer1->cfg,
566 1, 562 1,
567 TIMEOUT,
568 pos, 563 pos,
569 &init_notify_peer1, 564 &init_notify_peer1,
570 NULL, NULL, 565 NULL, NULL,