aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-profiler.c')
-rw-r--r--src/fs/gnunet-fs-profiler.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-profiler.c b/src/fs/gnunet-fs-profiler.c
index aeb84315a..9bc3ff253 100644
--- a/src/fs/gnunet-fs-profiler.c
+++ b/src/fs/gnunet-fs-profiler.c
@@ -130,9 +130,16 @@ terminate_task (void *cls,
130 * @param cls closure 130 * @param cls closure
131 * @param num_peers number of peers in 'peers' 131 * @param num_peers number of peers in 'peers'
132 * @param peers handle to peers run in the testbed 132 * @param peers handle to peers run in the testbed
133 * @param links_succeeded the number of overlay link connection attempts that
134 * succeeded
135 * @param links_failed the number of overlay link connection attempts that
136 * failed
133 */ 137 */
134static void 138static void
135test_master (void *cls, unsigned int num_peers, struct GNUNET_TESTBED_Peer **peers) 139test_master (void *cls, unsigned int num_peers,
140 struct GNUNET_TESTBED_Peer **peers,
141 unsigned int links_succeeded,
142 unsigned int links_failed)
136{ 143{
137 // const struct GNUNET_CONFIGURATION_Handle *cfg = cls; 144 // const struct GNUNET_CONFIGURATION_Handle *cfg = cls;
138 // FIXME: enable clients to signal 'completion' before timeout; 145 // FIXME: enable clients to signal 'completion' before timeout;