X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftesting%2Ftest_testing_topology.c;h=deaeae4571922ab3212372bb4baddc82ba30ae91;hb=83b19539f4d322b43683f5838b72e9ec2c8e6073;hp=e563f4d64a6f8d24994d31275e363339e2319a31;hpb=28a2eb43281a1f08a67954f07beb9af3a9bc9a35;p=oweals%2Fgnunet.git diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c index e563f4d64..deaeae457 100644 --- a/src/testing/test_testing_topology.c +++ b/src/testing/test_testing_topology.c @@ -349,7 +349,7 @@ static int process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_MessageHeader *message, const struct GNUNET_ATS_Information *atsi, - unsigned int atsi_count) + unsigned int atsi_count) { char *dotOutFileNameFinished; FILE *dotOutFileFinished; @@ -543,7 +543,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server, static void connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, const struct GNUNET_ATS_Information *atsi, - unsigned int atsi_count) + unsigned int atsi_count) { struct TestMessageContext *pos = cls; @@ -604,8 +604,7 @@ init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server, */ pos->peer2handle = GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, NULL, - NULL, NULL, GNUNET_YES, NULL, GNUNET_YES, - handlers); + NULL, NULL, GNUNET_YES, NULL, GNUNET_YES, handlers); } @@ -643,8 +642,8 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) */ pos->peer1handle = GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1, - &connect_notify_peers, NULL, NULL, GNUNET_NO, - NULL, GNUNET_NO, no_handlers); + &connect_notify_peers, NULL, NULL, GNUNET_NO, NULL, + GNUNET_NO, no_handlers); GNUNET_assert (pos->peer1handle != NULL);