aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-29 19:43:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-29 19:43:27 +0000
commitc23a4218f8a59ad08c82d485db37a897cac4b358 (patch)
treedf5fb2c1ac36da2a82a0b6eadafbd10b7586a6ce /src/ats-tests/ats-testing.h
parent461f88a18bb39f3966a1aa4579224fd241b8bc5d (diff)
downloadgnunet-c23a4218f8a59ad08c82d485db37a897cac4b358.tar.gz
gnunet-c23a4218f8a59ad08c82d485db37a897cac4b358.zip
-indentation
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index b98988138..c6e679b0b 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -72,9 +72,10 @@ enum GeneratorType
72 * @param masters array of master peers 72 * @param masters array of master peers
73 * @param slaves array of master peers 73 * @param slaves array of master peers
74 */ 74 */
75typedef void (*GNUNET_ATS_TEST_TopologySetupDoneCallback) (void *cls, 75typedef void
76 struct BenchmarkPeer *masters, 76(*GNUNET_ATS_TEST_TopologySetupDoneCallback) (void *cls,
77 struct BenchmarkPeer *slaves); 77 struct BenchmarkPeer *masters,
78 struct BenchmarkPeer *slaves);
78 79
79/** 80/**
80 * Callback called when logging is required for the data contained 81 * Callback called when logging is required for the data contained