aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-04-08 18:27:38 +0000
committerJulius Bünger <buenger@mytum.de>2016-04-08 18:27:38 +0000
commitb123807e9c7a7e3f57e41b54342bf7d676ad1639 (patch)
treec10ce387314e2f4d06acbebc405fd9a389cfd8cb
parent0124ce8f98f57dcfe6e2d5e456d4429983ed09ac (diff)
-rps: doxygen
-rw-r--r--src/rps/gnunet-service-rps.c5
-rw-r--r--src/rps/gnunet-service-rps_peers.c2
-rw-r--r--src/rps/gnunet-service-rps_peers.h2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 4d227c8d73..832b3579a2 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 7f656ec94e..84fbf7f74a 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 7188907626..8465935faa 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