aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index a31a4f626..a76a3827c 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -432,11 +432,9 @@ find_content (struct MigrationReadyPeer *mrp)
432 * migration 432 * migration
433 * 433 *
434 * @param cls unused 434 * @param cls unused
435 * @param tc scheduler context (also unused)
436 */ 435 */
437static void 436static void
438gather_migration_blocks (void *cls, 437gather_migration_blocks (void *cls);
439 const struct GNUNET_SCHEDULER_TaskContext *tc);
440 438
441 439
442/** 440/**
@@ -569,11 +567,9 @@ process_migration_content (void *cls,
569 * migration 567 * migration
570 * 568 *
571 * @param cls unused 569 * @param cls unused
572 * @param tc scheduler context (also unused)
573 */ 570 */
574static void 571static void
575gather_migration_blocks (void *cls, 572gather_migration_blocks (void *cls)
576 const struct GNUNET_SCHEDULER_TaskContext *tc)
577{ 573{
578 mig_task = NULL; 574 mig_task = NULL;
579 if (mig_size >= MAX_MIGRATION_QUEUE) 575 if (mig_size >= MAX_MIGRATION_QUEUE)