From 00b25f242460ac2c4777ab75a176ebac13e357fc Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Tue, 27 Jan 2015 16:09:09 +0000 Subject: optical changes --- src/rps/rps_api.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c index a2cdd0fba..a7edb7334 100644 --- a/src/rps/rps_api.c +++ b/src/rps/rps_api.c @@ -49,6 +49,7 @@ struct GNUNET_RPS_Handle struct GNUNET_MQ_Handle *mq; }; + /** * Handler to single requests from the client. */ @@ -75,6 +76,7 @@ struct GNUNET_RPS_Request_Handle void *ready_cb_cls; }; + /** * Array of Request_Handles. */ @@ -85,6 +87,7 @@ struct GNUNET_RPS_Request_Handle *req_handlers = NULL; */ unsigned int req_handlers_size = 0; + /** * Struct used to pack the callback, its closure (provided by the caller) * and the connection handler to the service to pass it to a callback function. @@ -138,6 +141,7 @@ handle_reply (void *cls, //GNUNET_CLIENT_disconnect(pack->service_conn); } + /** * Error handler for mq. * @@ -182,6 +186,7 @@ GNUNET_RPS_connect (const struct GNUNET_CONFIGURATION_Handle *cfg) return h; } + /** * Request n random peers. * -- cgit v1.2.3