aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-18 08:17:01 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-18 08:17:01 +0000
commit6c4a5cf1b0ba02f99df557dd693af968ae65dcac (patch)
tree0980be375269391171b1cf691ca712f8f74981ec /src/include
parent397c5f9f507237860cec4dfcc5c701cc359a0275 (diff)
downloadgnunet-6c4a5cf1b0ba02f99df557dd693af968ae65dcac.tar.gz
gnunet-6c4a5cf1b0ba02f99df557dd693af968ae65dcac.zip
- doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h8
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
524 * controllers dependent on this controller). This function 524 * controllers dependent on this controller). This function
525 * blocks until the testbed has been fully terminated (!). 525 * blocks until the testbed has been fully terminated (!).
526 * 526 *
527 * @param controller handle to controller to stop 527 * @param c handle to controller to stop
528 */ 528 */
529void 529void
530GNUNET_TESTBED_controller_disconnect (struct GNUNET_TESTBED_Controller *controller); 530GNUNET_TESTBED_controller_disconnect (struct GNUNET_TESTBED_Controller *c);
531 531
532 532
533/** 533/**
@@ -911,7 +911,7 @@ GNUNET_TESTBED_peer_manage_service (void *op_cls,
911 * when there are no other pending operations. If there are pending operations, 911 * when there are no other pending operations. If there are pending operations,
912 * it will return NULL 912 * it will return NULL
913 * 913 *
914 * @param controller the controller to send this message to 914 * @param c the controller to send this message to
915 * @param op_cls closure for the operation 915 * @param op_cls closure for the operation
916 * @param cb the callback to call when all peers are stopped and destroyed 916 * @param cb the callback to call when all peers are stopped and destroyed
917 * @param cb_cls the closure for the callback 917 * @param cb_cls the closure for the callback
@@ -919,7 +919,7 @@ GNUNET_TESTBED_peer_manage_service (void *op_cls,
919 * present 919 * present
920 */ 920 */
921struct GNUNET_TESTBED_Operation * 921struct GNUNET_TESTBED_Operation *
922GNUNET_TESTBED_shutdown_peers (struct GNUNET_TESTBED_Controller *controller, 922GNUNET_TESTBED_shutdown_peers (struct GNUNET_TESTBED_Controller *c,
923 void *op_cls, 923 void *op_cls,
924 GNUNET_TESTBED_OperationCompletionCallback cb, 924 GNUNET_TESTBED_OperationCompletionCallback cb,
925 void *cb_cls); 925 void *cb_cls);