From b123807e9c7a7e3f57e41b54342bf7d676ad1639 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Fri, 8 Apr 2016 18:27:38 +0000 Subject: -rps: doxygen --- src/rps/gnunet-service-rps.c | 5 +++-- src/rps/gnunet-service-rps_peers.c | 2 +- src/rps/gnunet-service-rps_peers.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c index 4d227c8d7..832b3579a 100644 --- a/src/rps/gnunet-service-rps.c +++ b/src/rps/gnunet-service-rps.c @@ -66,7 +66,7 @@ static struct GNUNET_PeerIdentity own_identity; /*********************************************************************** - * Housekeeping with peers + * Housekeeping with clients ***********************************************************************/ /** @@ -128,7 +128,7 @@ struct ClientContext *cli_ctx_head; struct ClientContext *cli_ctx_tail; /*********************************************************************** - * /Housekeeping with peers + * /Housekeeping with clients ***********************************************************************/ @@ -236,6 +236,7 @@ struct GNUNET_PEERINFO_NotifyContext *peerinfo_notify_handle; /** * Request counter. * + * Counts how many requets clients already issued. * Only needed in the beginning to check how many of the 64 deltas * we already have */ diff --git a/src/rps/gnunet-service-rps_peers.c b/src/rps/gnunet-service-rps_peers.c index 7f656ec94..84fbf7f74 100644 --- a/src/rps/gnunet-service-rps_peers.c +++ b/src/rps/gnunet-service-rps_peers.c @@ -596,7 +596,7 @@ Peers_terminate () * This function is called on new peer_ids from 'external' sources * (client seed, cadet get_peers(), ...) * - * @param peer the new peer + * @param peer the new #GNUNET_PeerIdentity * * @return #GNUNET_YES if peer was inserted * #GNUNET_NO if peer was already known diff --git a/src/rps/gnunet-service-rps_peers.h b/src/rps/gnunet-service-rps_peers.h index 718890762..8465935fa 100644 --- a/src/rps/gnunet-service-rps_peers.h +++ b/src/rps/gnunet-service-rps_peers.h @@ -126,7 +126,7 @@ Peers_terminate (); * This function is called on new peer_ids from 'external' sources * (client seed, cadet get_peers(), ...) * - * @param peer the new peer + * @param peer the new #GNUNET_PeerIdentity * * @return #GNUNET_YES if peer was inserted * #GNUNET_NO if peer was already known -- cgit v1.2.3