gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35022 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35022 - gnunet/src/rps
Date: Tue, 27 Jan 2015 17:09:09 +0100

Author: ch3
Date: 2015-01-27 17:09:09 +0100 (Tue, 27 Jan 2015)
New Revision: 35022

Modified:
   gnunet/src/rps/rps_api.c
Log:
optical changes

Modified: gnunet/src/rps/rps_api.c
===================================================================
--- gnunet/src/rps/rps_api.c    2015-01-27 16:09:07 UTC (rev 35021)
+++ gnunet/src/rps/rps_api.c    2015-01-27 16:09:09 UTC (rev 35022)
@@ -49,6 +49,7 @@
   struct GNUNET_MQ_Handle *mq;
 };
 
+
 /**
  * Handler to single requests from the client.
  */
@@ -75,6 +76,7 @@
   void *ready_cb_cls;
 };
 
+
 /**
  * Array of Request_Handles.
  */
@@ -85,6 +87,7 @@
  */
 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 @@
   //GNUNET_CLIENT_disconnect(pack->service_conn);
 }
 
+
 /**
  * Error handler for mq.
  *
@@ -182,6 +186,7 @@
   return h;
 }
 
+
 /**
  * Request n random peers.
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]