aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 13:55:46 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 13:55:46 +0000
commit87cc7b0d43e19da65f8947950cfbcfbea95e265e (patch)
treee65a1bf0d06c407e31fb7b419b192af098e132d3 /src/include/gnunet_peerinfo_service.h
parentad471e4ff9c4bd212cb40aa7fd72ca0b0396ac77 (diff)
downloadgnunet-87cc7b0d43e19da65f8947950cfbcfbea95e265e.tar.gz
gnunet-87cc7b0d43e19da65f8947950cfbcfbea95e265e.zip
converting peerinfo-notify to new MQ ApI
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r--src/include/gnunet_peerinfo_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index cdf7b26bd..44df483a0 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -172,7 +172,7 @@ struct GNUNET_PEERINFO_NotifyContext;
172 * changes. Initially calls the given function for all known 172 * changes. Initially calls the given function for all known
173 * peers and then only signals changes. 173 * peers and then only signals changes.
174 * 174 *
175 * If include_friend_only is set to GNUNET_YES peerinfo will include HELLO 175 * If @a include_friend_only is set to #GNUNET_YES peerinfo will include HELLO
176 * messages which are intended for friend to friend mode and which do not 176 * messages which are intended for friend to friend mode and which do not
177 * have to be gossiped. Otherwise these messages are skipped. 177 * have to be gossiped. Otherwise these messages are skipped.
178 * 178 *