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)
downloadgnunet-b123807e9c7a7e3f57e41b54342bf7d676ad1639.tar.gz
gnunet-b123807e9c7a7e3f57e41b54342bf7d676ad1639.zip
-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 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;
66 66
67 67
68/*********************************************************************** 68/***********************************************************************
69 * Housekeeping with peers 69 * Housekeeping with clients
70***********************************************************************/ 70***********************************************************************/
71 71
72/** 72/**
@@ -128,7 +128,7 @@ struct ClientContext *cli_ctx_head;
128struct ClientContext *cli_ctx_tail; 128struct ClientContext *cli_ctx_tail;
129 129
130/*********************************************************************** 130/***********************************************************************
131 * /Housekeeping with peers 131 * /Housekeeping with clients
132***********************************************************************/ 132***********************************************************************/
133 133
134 134
@@ -236,6 +236,7 @@ struct GNUNET_PEERINFO_NotifyContext *peerinfo_notify_handle;
236/** 236/**
237 * Request counter. 237 * Request counter.
238 * 238 *
239 * Counts how many requets clients already issued.
239 * Only needed in the beginning to check how many of the 64 deltas 240 * Only needed in the beginning to check how many of the 64 deltas
240 * we already have 241 * we already have
241 */ 242 */
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 ()
596 * This function is called on new peer_ids from 'external' sources 596 * This function is called on new peer_ids from 'external' sources
597 * (client seed, cadet get_peers(), ...) 597 * (client seed, cadet get_peers(), ...)
598 * 598 *
599 * @param peer the new peer 599 * @param peer the new #GNUNET_PeerIdentity
600 * 600 *
601 * @return #GNUNET_YES if peer was inserted 601 * @return #GNUNET_YES if peer was inserted
602 * #GNUNET_NO if peer was already known 602 * #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 ();
126 * This function is called on new peer_ids from 'external' sources 126 * This function is called on new peer_ids from 'external' sources
127 * (client seed, cadet get_peers(), ...) 127 * (client seed, cadet get_peers(), ...)
128 * 128 *
129 * @param peer the new peer 129 * @param peer the new #GNUNET_PeerIdentity
130 * 130 *
131 * @return #GNUNET_YES if peer was inserted 131 * @return #GNUNET_YES if peer was inserted
132 * #GNUNET_NO if peer was already known 132 * #GNUNET_NO if peer was already known