gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26927 - in gnunet/src: include testbed


From: gnunet
Subject: [GNUnet-SVN] r26927 - in gnunet/src: include testbed
Date: Thu, 18 Apr 2013 10:17:01 +0200

Author: harsha
Date: 2013-04-18 10:17:01 +0200 (Thu, 18 Apr 2013)
New Revision: 26927

Modified:
   gnunet/src/include/gnunet_testbed_service.h
   gnunet/src/testbed/testbed_api.c
   gnunet/src/testbed/testbed_api_operations.c
Log:
- doxygen


Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2013-04-18 08:05:59 UTC (rev 
26926)
+++ gnunet/src/include/gnunet_testbed_service.h 2013-04-18 08:17:01 UTC (rev 
26927)
@@ -524,10 +524,10 @@
  * controllers dependent on this controller).  This function
  * blocks until the testbed has been fully terminated (!).
  *
- * @param controller handle to controller to stop
+ * @param c handle to controller to stop
  */
 void
-GNUNET_TESTBED_controller_disconnect (struct GNUNET_TESTBED_Controller 
*controller);
+GNUNET_TESTBED_controller_disconnect (struct GNUNET_TESTBED_Controller *c);
 
 
 /**
@@ -911,7 +911,7 @@
  * when there are no other pending operations.  If there are pending 
operations,
  * it will return NULL
  *
- * @param controller the controller to send this message to
+ * @param c the controller to send this message to
  * @param op_cls closure for the operation
  * @param cb the callback to call when all peers are stopped and destroyed
  * @param cb_cls the closure for the callback
@@ -919,7 +919,7 @@
  *           present
  */
 struct GNUNET_TESTBED_Operation *
-GNUNET_TESTBED_shutdown_peers (struct GNUNET_TESTBED_Controller *controller,
+GNUNET_TESTBED_shutdown_peers (struct GNUNET_TESTBED_Controller *c,
                                void *op_cls,
                                GNUNET_TESTBED_OperationCompletionCallback cb,
                                void *cb_cls);

Modified: gnunet/src/testbed/testbed_api.c
===================================================================
--- gnunet/src/testbed/testbed_api.c    2013-04-18 08:05:59 UTC (rev 26926)
+++ gnunet/src/testbed/testbed_api.c    2013-04-18 08:17:01 UTC (rev 26927)
@@ -1573,7 +1573,9 @@
 
 
 /**
- * disconnects from the controller.
+ * Stop the given controller (also will terminate all peers and
+ * controllers dependent on this controller).  This function
+ * blocks until the testbed has been fully terminated (!).
  *
  * @param c handle to controller to stop
  */

Modified: gnunet/src/testbed/testbed_api_operations.c
===================================================================
--- gnunet/src/testbed/testbed_api_operations.c 2013-04-18 08:05:59 UTC (rev 
26926)
+++ gnunet/src/testbed/testbed_api_operations.c 2013-04-18 08:17:01 UTC (rev 
26927)
@@ -547,9 +547,6 @@
  * Checks for the readiness of an operation and schedules a operation start 
task
  *
  * @param op the operation
- * @param GNUNET_NO if the given operation cannot be made active; GNUNET_YES if
- *          it can be activated (has enough resources) and is kept in ready
- *          queue
  */
 static int
 check_readiness (struct GNUNET_TESTBED_Operation *op)




reply via email to

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