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.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index f6fcf3ae7..be9324af9 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -1191,7 +1191,7 @@ check_operation_scheduled (const struct PeerContext *peer_ctx,
1191/** 1191/**
1192 * @brief Callback for scheduler to destroy a channel 1192 * @brief Callback for scheduler to destroy a channel
1193 * 1193 *
1194 * @param cls Context of the channel 1194 * @param channel_ctx Context of the channel
1195 */ 1195 */
1196static void 1196static void
1197destroy_channel (struct ChannelCtx *channel_ctx) 1197destroy_channel (struct ChannelCtx *channel_ctx)
@@ -3324,7 +3324,7 @@ check_client_seed (void *cls, const struct GNUNET_RPS_CS_SeedMessage *msg)
3324 * Handle seed from the client. 3324 * Handle seed from the client.
3325 * 3325 *
3326 * @param cls closure 3326 * @param cls closure
3327 * @param message the actual message 3327 * @param msg the actual message
3328 */ 3328 */
3329static void 3329static void
3330handle_client_seed (void *cls, 3330handle_client_seed (void *cls,
@@ -3362,7 +3362,7 @@ handle_client_seed (void *cls,
3362 * Handle RPS request from the client. 3362 * Handle RPS request from the client.
3363 * 3363 *
3364 * @param cls Client context 3364 * @param cls Client context
3365 * @param message Message containing the number of updates the client wants to 3365 * @param msg Message containing the number of updates the client wants to
3366 * receive 3366 * receive
3367 */ 3367 */
3368static void 3368static void
@@ -3416,7 +3416,7 @@ handle_client_view_cancel (void *cls,
3416 * Handle RPS request for biased stream from the client. 3416 * Handle RPS request for biased stream from the client.
3417 * 3417 *
3418 * @param cls Client context 3418 * @param cls Client context
3419 * @param message unused 3419 * @param msg unused
3420 */ 3420 */
3421static void 3421static void
3422handle_client_stream_request (void *cls, 3422handle_client_stream_request (void *cls,
@@ -4691,7 +4691,7 @@ valid_peers_iterator (void *cls,
4691 * @param cls Closure - Sub 4691 * @param cls Closure - Sub
4692 * @param peer id of the peer, NULL for last call 4692 * @param peer id of the peer, NULL for last call
4693 * @param hello hello message for the peer (can be NULL) 4693 * @param hello hello message for the peer (can be NULL)
4694 * @param error message 4694 * @param err_msg error message
4695 */ 4695 */
4696void 4696void
4697process_peerinfo_peers (void *cls, 4697process_peerinfo_peers (void *cls,
@@ -4823,7 +4823,7 @@ client_connect_cb (void *cls,
4823 * Callback called when a client disconnected from the service 4823 * Callback called when a client disconnected from the service
4824 * 4824 *
4825 * @param cls closure for the service 4825 * @param cls closure for the service
4826 * @param c the client that disconnected 4826 * @param client the client that disconnected
4827 * @param internal_cls should be equal to @a c 4827 * @param internal_cls should be equal to @a c
4828 */ 4828 */
4829static void 4829static void