aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 08:18:41 +0000
commitfeb4578a243f456236608c78f87c53edc245bfeb (patch)
treef06b450ead95d77537424f6e7f5c0233f4594be4 /src/peerinfo
parent669d77b3d4d3aa5ddca24ad6f35db745aea62688 (diff)
downloadgnunet-feb4578a243f456236608c78f87c53edc245bfeb.tar.gz
gnunet-feb4578a243f456236608c78f87c53edc245bfeb.zip
-comment / naming cleanups
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index a0c51b328..75d312f84 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -682,10 +682,10 @@ signal_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
682 682
683 683
684/** 684/**
685 * Call a method for each known matching host and change its trust 685 * Call a method for each known matching host. The callback method
686 * value. The callback method will be invoked once for each matching 686 * will be invoked once for each matching host and then finally once
687 * host and then finally once with a NULL pointer. After that final 687 * with a NULL pointer. After that final invocation, the iterator
688 * invocation, the iterator context must no longer be used. 688 * context must no longer be used.
689 * 689 *
690 * Instead of calling this function with 'peer == NULL' it is often 690 * Instead of calling this function with 'peer == NULL' it is often
691 * better to use 'GNUNET_PEERINFO_notify'. 691 * better to use 'GNUNET_PEERINFO_notify'.