aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
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/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
-rw-r--r--src/peerinfo/peerinfo_api.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 26fec5289..e453621d2 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -158,7 +158,7 @@ get_host_filename (const struct GNUNET_PeerIdentity *id)
158 158
159 159
160/** 160/**
161 * Broadcast information about the given entry to all 161 * Broadcast information about the given entry to all
162 * clients that care. 162 * clients that care.
163 * 163 *
164 * @param entry entry to broadcast about 164 * @param entry entry to broadcast about
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index d1af01405..345375819 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -33,7 +33,7 @@
33 33
34/** 34/**
35 * Function to call after transmission has succeeded. 35 * Function to call after transmission has succeeded.
36 * 36 *
37 * @param cls closure 37 * @param cls closure
38 * @param success GNUNET_OK if transmission worked, GNUNET_SYSERR on error 38 * @param success GNUNET_OK if transmission worked, GNUNET_SYSERR on error
39 */ 39 */
@@ -330,7 +330,7 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h)
330 330
331 331
332/** 332/**
333 * Add a host to the persistent list. This method operates in 333 * Add a host to the persistent list. This method operates in
334 * semi-reliable mode: if the transmission is not completed by 334 * semi-reliable mode: if the transmission is not completed by
335 * the time 'GNUNET_PEERINFO_disconnect' is called, it will be 335 * the time 'GNUNET_PEERINFO_disconnect' is called, it will be
336 * aborted. Furthermore, if a second HELLO is added for the 336 * aborted. Furthermore, if a second HELLO is added for the
@@ -535,7 +535,7 @@ iterator_start_receive (void *cls, int transmit_success)
535 535
536 536
537/** 537/**
538 * Peerinfo iteration request has timed out. 538 * Peerinfo iteration request has timed out.
539 * 539 *
540 * @param cls the 'struct GNUNET_PEERINFO_IteratorContext*' 540 * @param cls the 'struct GNUNET_PEERINFO_IteratorContext*'
541 * @param tc scheduler context 541 * @param tc scheduler context
@@ -567,7 +567,7 @@ signal_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
567 * 567 *
568 * Instead of calling this function with 'peer == NULL' it is often 568 * Instead of calling this function with 'peer == NULL' it is often
569 * better to use 'GNUNET_PEERINFO_notify'. 569 * better to use 'GNUNET_PEERINFO_notify'.
570 * 570 *
571 * @param h handle to the peerinfo service 571 * @param h handle to the peerinfo service
572 * @param peer restrict iteration to this peer only (can be NULL) 572 * @param peer restrict iteration to this peer only (can be NULL)
573 * @param timeout how long to wait until timing out 573 * @param timeout how long to wait until timing out