aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats_api_scheduling.c')
-rw-r--r--src/ats/ats_api_scheduling.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ats/ats_api_scheduling.c b/src/ats/ats_api_scheduling.c
index d26841878..0d0d102db 100644
--- a/src/ats/ats_api_scheduling.c
+++ b/src/ats/ats_api_scheduling.c
@@ -166,11 +166,9 @@ reconnect (struct GNUNET_ATS_SchedulingHandle *sh);
166 * Re-establish the connection to the ATS service. 166 * Re-establish the connection to the ATS service.
167 * 167 *
168 * @param cls handle to use to re-connect. 168 * @param cls handle to use to re-connect.
169 * @param tc scheduler context
170 */ 169 */
171static void 170static void
172reconnect_task (void *cls, 171reconnect_task (void *cls)
173 const struct GNUNET_SCHEDULER_TaskContext *tc)
174{ 172{
175 struct GNUNET_ATS_SchedulingHandle *sh = cls; 173 struct GNUNET_ATS_SchedulingHandle *sh = cls;
176 174