aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/gnunet-service-fs_push.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index fb05366af..acdba81f0 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -34,7 +34,7 @@
34#define DEBUG_FS_MIGRATION GNUNET_NO 34#define DEBUG_FS_MIGRATION GNUNET_NO
35 35
36/** 36/**
37 * How long must content remain valid for us to consider it for migration? 37 * How long must content remain valid for us to consider it for migration?
38 * If content will expire too soon, there is clearly no point in pushing 38 * If content will expire too soon, there is clearly no point in pushing
39 * it to other peers. This value gives the threshold for migration. Note 39 * it to other peers. This value gives the threshold for migration. Note
40 * that if this value is increased, the migration testcase may need to be 40 * that if this value is increased, the migration testcase may need to be
@@ -65,7 +65,7 @@ struct MigrationReadyBlock
65 GNUNET_HashCode query; 65 GNUNET_HashCode query;
66 66
67 /** 67 /**
68 * When does this block expire? 68 * When does this block expire?
69 */ 69 */
70 struct GNUNET_TIME_Absolute expiration; 70 struct GNUNET_TIME_Absolute expiration;
71 71
@@ -313,7 +313,7 @@ count_targets (struct MigrationReadyBlock *block)
313 313
314/** 314/**
315 * Check if sending this block to this peer would 315 * Check if sending this block to this peer would
316 * be a good idea. 316 * be a good idea.
317 * 317 *
318 * @param peer target peer 318 * @param peer target peer
319 * @param block the block 319 * @param block the block
@@ -419,7 +419,7 @@ find_content (struct MigrationReadyPeer *mrp)
419/** 419/**
420 * Task that is run periodically to obtain blocks for content 420 * Task that is run periodically to obtain blocks for content
421 * migration 421 * migration
422 * 422 *
423 * @param cls unused 423 * @param cls unused
424 * @param tc scheduler context (also unused) 424 * @param tc scheduler context (also unused)
425 */ 425 */
@@ -539,7 +539,7 @@ process_migration_content (void *cls, const GNUNET_HashCode * key, size_t size,
539/** 539/**
540 * Task that is run periodically to obtain blocks for content 540 * Task that is run periodically to obtain blocks for content
541 * migration 541 * migration
542 * 542 *
543 * @param cls unused 543 * @param cls unused
544 * @param tc scheduler context (also unused) 544 * @param tc scheduler context (also unused)
545 */ 545 */