aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/gnunet-service-rps.c')
-rw-r--r--src/rps/gnunet-service-rps.c5
1 files changed, 3 insertions, 2 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 */