aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_statistics.c')
-rw-r--r--src/testbed/test_testbed_api_statistics.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_statistics.c b/src/testbed/test_testbed_api_statistics.c
index 463dc736e..e0f48fcb5 100644
--- a/src/testbed/test_testbed_api_statistics.c
+++ b/src/testbed/test_testbed_api_statistics.c
@@ -159,6 +159,7 @@ op_comp_cb (void *cls,
159 * Signature of a main function for a testcase. 159 * Signature of a main function for a testcase.
160 * 160 *
161 * @param cls closure 161 * @param cls closure
162 * @param h the run handle
162 * @param num_peers number of peers in 'peers' 163 * @param num_peers number of peers in 'peers'
163 * @param peers_ handle to peers run in the testbed 164 * @param peers_ handle to peers run in the testbed
164 * @param links_succeeded the number of overlay link connection attempts that 165 * @param links_succeeded the number of overlay link connection attempts that
@@ -167,7 +168,9 @@ op_comp_cb (void *cls,
167 * failed 168 * failed
168 */ 169 */
169static void 170static void
170test_master (void *cls, unsigned int num_peers, 171test_master (void *cls,
172 struct GNUNET_TESTBED_RunHandle *h,
173 unsigned int num_peers,
171 struct GNUNET_TESTBED_Peer **peers_, 174 struct GNUNET_TESTBED_Peer **peers_,
172 unsigned int links_succeeded, 175 unsigned int links_succeeded,
173 unsigned int links_failed) 176 unsigned int links_failed)