aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_large_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_large_topology.c')
-rw-r--r--src/testing/test_testing_large_topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_large_topology.c b/src/testing/test_testing_large_topology.c
index 33a9eb787..78d91fa3d 100644
--- a/src/testing/test_testing_large_topology.c
+++ b/src/testing/test_testing_large_topology.c
@@ -309,7 +309,7 @@ topology_cb (void *cls, const struct GNUNET_PeerIdentity *first,
309static int 309static int
310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer, 310process_mtype (void *cls, const struct GNUNET_PeerIdentity *peer,
311 const struct GNUNET_MessageHeader *message, 311 const struct GNUNET_MessageHeader *message,
312 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 312 const struct GNUNET_ATS_Information *atsi)
313{ 313{
314 char *dotOutFileNameFinished; 314 char *dotOutFileNameFinished;
315 FILE *dotOutFileFinished; 315 FILE *dotOutFileFinished;
@@ -501,7 +501,7 @@ init_notify_peer2 (void *cls, struct GNUNET_CORE_Handle *server,
501 */ 501 */
502static void 502static void
503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer, 503connect_notify_peers (void *cls, const struct GNUNET_PeerIdentity *peer,
504 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 504 const struct GNUNET_ATS_Information *atsi)
505{ 505{
506 struct TestMessageContext *pos = cls; 506 struct TestMessageContext *pos = cls;
507 507