aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/fs/gnunet-service-fs_push.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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/**