aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerinfo_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerinfo_service.h')
-rw-r--r--src/include/gnunet_peerinfo_service.h17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/include/gnunet_peerinfo_service.h b/src/include/gnunet_peerinfo_service.h
index fdb3204c4..b1996b3e6 100644
--- a/src/include/gnunet_peerinfo_service.h
+++ b/src/include/gnunet_peerinfo_service.h
@@ -18,10 +18,17 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file include/gnunet_peerinfo_service.h
22 * @brief Code to maintain the list of currently known hosts
23 * (in memory structure of data/hosts).
24 * @author Christian Grothoff 21 * @author Christian Grothoff
22 *
23 * @file
24 * Maintain the list of currently known hosts
25 *
26 * @defgroup peerinfo Peer Info service
27 * Maintain the list of currently known hosts.
28 *
29 * Holds an in-memory structure of data/hosts.
30 *
31 * @{
25 */ 32 */
26 33
27#ifndef GNUNET_PEERINFO_SERVICE_H 34#ifndef GNUNET_PEERINFO_SERVICE_H
@@ -223,6 +230,6 @@ GNUNET_PEERINFO_notify_cancel (struct GNUNET_PEERINFO_NotifyContext *nc);
223} 230}
224#endif 231#endif
225 232
226
227/* end of gnunet_peerinfo_service.h */
228#endif 233#endif
234
235/** @} */ /* end of group */