aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:40:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-21 16:40:02 +0000
commit93439a8d006ca880e16afeaec046b4b228f1e62c (patch)
treef271e7a5624130590ca55b2f01f6dfddc70691f2 /src/ats-tests/ats-testing.h
parent3f64fee3bd8ad3d97e13082e59f434f34326314d (diff)
downloadgnunet-93439a8d006ca880e16afeaec046b4b228f1e62c.tar.gz
gnunet-93439a8d006ca880e16afeaec046b4b228f1e62c.zip
fixes for ats measurement
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index 7dd05bb21..ce336511e 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -389,7 +389,7 @@ struct GNUNET_ATS_TEST_Topology
389 GNUNET_TRANSPORT_ReceiveCallback transport_recv_cb; 389 GNUNET_TRANSPORT_ReceiveCallback transport_recv_cb;
390 390
391 GNUNET_ATS_TESTING_TopologySetupDoneCallback done_cb; 391 GNUNET_ATS_TESTING_TopologySetupDoneCallback done_cb;
392 392 GNUNET_ATS_AddressInformationCallback ats_perf_cb;
393 void *done_cb_cls; 393 void *done_cb_cls;
394}; 394};
395 395
@@ -401,7 +401,8 @@ GNUNET_ATS_TEST_create_topology (char *name, char *cfg_file,
401 GNUNET_ATS_TESTING_TopologySetupDoneCallback done_cb, 401 GNUNET_ATS_TESTING_TopologySetupDoneCallback done_cb,
402 void *done_cb_cls, 402 void *done_cb_cls,
403 struct GNUNET_CORE_MessageHandler *handlers, 403 struct GNUNET_CORE_MessageHandler *handlers,
404 GNUNET_TRANSPORT_ReceiveCallback transport_recv_cb); 404 GNUNET_TRANSPORT_ReceiveCallback transport_recv_cb,
405 GNUNET_ATS_AddressInformationCallback ats_perf_cb);
405 406
406void 407void
407GNUNET_ATS_TEST_shutdown_topology (void); 408GNUNET_ATS_TEST_shutdown_topology (void);