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.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index 6d8c05999..fb05366af 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -191,7 +191,8 @@ delete_migration_block (struct MigrationReadyBlock *mb)
191/** 191/**
192 * Find content for migration to this peer. 192 * Find content for migration to this peer.
193 */ 193 */
194static void find_content (struct MigrationReadyPeer *mrp); 194static void
195find_content (struct MigrationReadyPeer *mrp);
195 196
196 197
197/** 198/**
@@ -343,7 +344,8 @@ score_content (struct MigrationReadyPeer *peer,
343 * If the migration task is not currently running, consider 344 * If the migration task is not currently running, consider
344 * (re)scheduling it with the appropriate delay. 345 * (re)scheduling it with the appropriate delay.
345 */ 346 */
346static void consider_gathering (void); 347static void
348consider_gathering (void);
347 349
348 350
349/** 351/**
@@ -421,9 +423,9 @@ find_content (struct MigrationReadyPeer *mrp)
421 * @param cls unused 423 * @param cls unused
422 * @param tc scheduler context (also unused) 424 * @param tc scheduler context (also unused)
423 */ 425 */
424static void gather_migration_blocks (void *cls, 426static void
425 const struct GNUNET_SCHEDULER_TaskContext 427gather_migration_blocks (void *cls,
426 *tc); 428 const struct GNUNET_SCHEDULER_TaskContext *tc);
427 429
428 430
429/** 431/**