diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2013-04-18 08:17:01 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2013-04-18 08:17:01 +0000 |
commit | 6c4a5cf1b0ba02f99df557dd693af968ae65dcac (patch) | |
tree | 0980be375269391171b1cf691ca712f8f74981ec /src/include/gnunet_testbed_service.h | |
parent | 397c5f9f507237860cec4dfcc5c701cc359a0275 (diff) |
- doxygen
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r-- | src/include/gnunet_testbed_service.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h index 437d0d655..9b92d4856 100644 --- a/src/include/gnunet_testbed_service.h +++ b/src/include/gnunet_testbed_service.h @@ -524,10 +524,10 @@ GNUNET_TESTBED_controller_configure_sharing (struct GNUNET_TESTBED_Controller *c * 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 @@ GNUNET_TESTBED_peer_manage_service (void *op_cls, * 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 @@ GNUNET_TESTBED_peer_manage_service (void *op_cls, * 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); |