aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_statistics.c')
-rw-r--r--src/testbed/testbed_api_statistics.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_statistics.c b/src/testbed/testbed_api_statistics.c
index 0f24446fe..a4778f84d 100644
--- a/src/testbed/testbed_api_statistics.c
+++ b/src/testbed/testbed_api_statistics.c
@@ -150,10 +150,9 @@ static struct OperationQueue *no_wait_queue;
150 * get_statistics operation. 150 * get_statistics operation.
151 * 151 *
152 * @param cls the GetStatsContext 152 * @param cls the GetStatsContext
153 * @param tc the scheduler task context
154 */ 153 */
155static void 154static void
156call_completion_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 155call_completion_task (void *cls)
157{ 156{
158 struct GetStatsContext *sc = cls; 157 struct GetStatsContext *sc = cls;
159 158
@@ -169,10 +168,9 @@ call_completion_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
169 * as we cannot destroy the statistics handle in iteration_completion_cb() 168 * as we cannot destroy the statistics handle in iteration_completion_cb()
170 * 169 *
171 * @param cls the PeerGetStatsContext 170 * @param cls the PeerGetStatsContext
172 * @param tc the scheduler task context
173 */ 171 */
174static void 172static void
175op_done_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 173op_done_task (void *cls)
176{ 174{
177 struct PeerGetStatsContext *peer_sc = cls; 175 struct PeerGetStatsContext *peer_sc = cls;
178 struct GetStatsContext *sc; 176 struct GetStatsContext *sc;