aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-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'.