aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.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/transport/transport_api.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/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index fed611e49..a6d2fa0ba 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -86,7 +86,7 @@ struct GNUNET_TRANSPORT_TransmitHandle
86 struct GNUNET_TIME_Absolute timeout; 86 struct GNUNET_TIME_Absolute timeout;
87 87
88 /** 88 /**
89 * Task to trigger request timeout if the request is stalled due to 89 * Task to trigger request timeout if the request is stalled due to
90 * congestion. 90 * congestion.
91 */ 91 */
92 GNUNET_SCHEDULER_TaskIdentifier timeout_task; 92 GNUNET_SCHEDULER_TaskIdentifier timeout_task;
@@ -520,7 +520,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg)
520 GNUNET_assert (GNUNET_SCHEDULER_NO_TASK != n->th->timeout_task); 520 GNUNET_assert (GNUNET_SCHEDULER_NO_TASK != n->th->timeout_task);
521 GNUNET_SCHEDULER_cancel (n->th->timeout_task); 521 GNUNET_SCHEDULER_cancel (n->th->timeout_task);
522 n->th->timeout_task = GNUNET_SCHEDULER_NO_TASK; 522 n->th->timeout_task = GNUNET_SCHEDULER_NO_TASK;
523 /* we've been waiting for this (congestion, not quota, 523 /* we've been waiting for this (congestion, not quota,
524 * caused delayed transmission) */ 524 * caused delayed transmission) */
525 n->hn = GNUNET_CONTAINER_heap_insert (h->ready_heap, n, 0); 525 n->hn = GNUNET_CONTAINER_heap_insert (h->ready_heap, n, 0);
526 schedule_transmission (h); 526 schedule_transmission (h);
@@ -1082,7 +1082,7 @@ send_try_connect (void *cls, size_t size, void *buf)
1082 1082
1083 1083
1084/** 1084/**
1085 * Ask the transport service to establish a connection to 1085 * Ask the transport service to establish a connection to
1086 * the given peer. 1086 * the given peer.
1087 * 1087 *
1088 * @param handle connection to transport service 1088 * @param handle connection to transport service