aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 12:46:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 12:46:48 +0000
commit1f3e06a9d063aefd82ff5081f340a3ce5783ca9b (patch)
tree21c32a583fc253eb4609fdabaf1ab00305824a4d /src/include/gnunet_peerinfo_service.h
parentfb8d41530a536dda3dba02ea3674475db6570f04 (diff)
downloadgnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.tar.gz
gnunet-1f3e06a9d063aefd82ff5081f340a3ce5783ca9b.zip
process find peer requests and replies
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r--src/include/gnunet_peerinfo_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index 158eae602..12264fb1f 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -111,8 +111,8 @@ struct GNUNET_PEERINFO_IteratorContext;
111 111
112 112
113/** 113/**
114 * Call a method for each known matching host and change its trust 114 * Call a method for each known matching host to get its HELLO.
115 * value. The callback method will be invoked once for each matching 115 * The callback method will be invoked once for each matching
116 * host and then finally once with a NULL pointer. After that final 116 * host and then finally once with a NULL pointer. After that final
117 * invocation, the iterator context must no longer be used. 117 * invocation, the iterator context must no longer be used.
118 * 118 *