aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index a792f37ff..14117a333 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -358,10 +358,9 @@ rewatch_it (void *cls, const struct GNUNET_HashCode *key, void *value)
358 * Called when the iterate request is timedout 358 * Called when the iterate request is timedout
359 * 359 *
360 * @param cls a `struct GNUNET_PEERSTORE_IterateContext *` 360 * @param cls a `struct GNUNET_PEERSTORE_IterateContext *`
361 * @param tc Scheduler task context (unused)
362 */ 361 */
363static void 362static void
364iterate_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 363iterate_timeout (void *cls)
365{ 364{
366 struct GNUNET_PEERSTORE_IterateContext *ic = cls; 365 struct GNUNET_PEERSTORE_IterateContext *ic = cls;
367 GNUNET_PEERSTORE_Processor callback; 366 GNUNET_PEERSTORE_Processor callback;