aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.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_pe.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_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index d1a8a1163..1ed7085c4 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -31,7 +31,7 @@
31 31
32 32
33/** 33/**
34 * List of GSF_PendingRequests this request plan 34 * List of GSF_PendingRequests this request plan
35 * participates with. 35 * participates with.
36 */ 36 */
37struct PendingRequestList; 37struct PendingRequestList;
@@ -67,7 +67,7 @@ struct GSF_RequestPlanReference
67 67
68 68
69/** 69/**
70 * List of GSF_PendingRequests this request plan 70 * List of GSF_PendingRequests this request plan
71 * participates with. 71 * participates with.
72 */ 72 */
73struct PendingRequestList 73struct PendingRequestList
@@ -228,7 +228,7 @@ plan (struct PeerPlan *pp, struct GSF_RequestPlan *rp)
228 gettext_noop ("# average retransmission delay (ms)"), 228 gettext_noop ("# average retransmission delay (ms)"),
229 total_delay * 1000LL / plan_count, GNUNET_NO); 229 total_delay * 1000LL / plan_count, GNUNET_NO);
230 prd = GSF_pending_request_get_data_ (rp->prl_head->pr); 230 prd = GSF_pending_request_get_data_ (rp->prl_head->pr);
231 // FIXME: calculate 'rp->priority'! 231 // FIXME: calculate 'rp->priority'!
232 if (rp->transmission_counter < 32) 232 if (rp->transmission_counter < 32)
233 delay = 233 delay =
234 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 234 GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS,
@@ -533,7 +533,7 @@ GSF_plan_add_ (struct GSF_ConnectedPeer *cp, struct GSF_PendingRequest *pr)
533 * Notify the plan about a peer being no longer available; 533 * Notify the plan about a peer being no longer available;
534 * destroy all entries associated with this peer. 534 * destroy all entries associated with this peer.
535 * 535 *
536 * @param cp connected peer 536 * @param cp connected peer
537 */ 537 */
538void 538void
539GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp) 539GSF_plan_notify_peer_disconnect_ (const struct GSF_ConnectedPeer *cp)