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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 6b60d243d..b83a8cf3c 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -348,7 +348,7 @@ topology_cb (void *cls, const struct GNUNET_PeerIdentity *first,
348static int 348static int
349process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 349process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
350 const struct GNUNET_MessageHeader *message, 350 const struct GNUNET_MessageHeader *message,
351 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 351 const struct GNUNET_ATS_Information *atsi)
352{ 352{
353 char *dotOutFileNameFinished; 353 char *dotOutFileNameFinished;
354 FILE *dotOutFileFinished; 354 FILE *dotOutFileFinished;
@@ -540,7 +540,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
540 */ 540 */
541static void 541static void
542connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, 542connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
543 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 543 const struct GNUNET_ATS_Information *atsi)
544{ 544{
545 struct TestMessageContext *pos = cls; 545 struct TestMessageContext *pos = cls;
546 546