aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-30 21:32:16 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-30 21:32:16 +0000
commita1672ad5362b20ad4fd464df6dacbf0fa6b16d29 (patch)
tree3a66fb7cc3323dd68eb262c971696e15f72c0e47 /src/include/gnunet_testbed_service.h
parentf708d37cc4c16f853a5079a72046ba20085e542e (diff)
downloadgnunet-a1672ad5362b20ad4fd464df6dacbf0fa6b16d29.tar.gz
gnunet-a1672ad5362b20ad4fd464df6dacbf0fa6b16d29.zip
get slave config
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index a4ca06b8b..505665dad 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -316,7 +316,6 @@ struct GNUNET_TESTBED_EventInformation
316 316
317 } operation_finished; 317 } operation_finished;
318 318
319
320 /** 319 /**
321 * Details about an testbed run completed event. 320 * Details about an testbed run completed event.
322 */ 321 */
@@ -595,6 +594,24 @@ GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master,
595 594
596 595
597/** 596/**
597 * Function to acquire the configuration of a running slave controller. The
598 * completion of the operation is signalled through the controller_cb from
599 * GNUNET_TESTBED_controller_connect(). If the operation is successful the
600 * handle to the configuration is available in the generic pointer of
601 * operation_finished field of struct GNUNET_TESTBED_EventInformation.
602 *
603 * @param op_cls the closure for the operation
604 * @param master the handle to master controller
605 * @param slave_host the host where the slave controller is running
606 * @return the operation handle
607 */
608struct GNUNET_TESTBED_Operation *
609GNUNET_TESTBED_get_slave_config (void *op_cls,
610 struct GNUNET_TESTBED_Controller *master,
611 struct GNUNET_TESTBED_Host *slave_host);
612
613
614/**
598 * Functions of this signature are called when a peer has been successfully 615 * Functions of this signature are called when a peer has been successfully
599 * created 616 * created
600 * 617 *