aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-01 14:59:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-01 14:59:31 +0000
commit6e08b7d1f56715c71ea6f0372b9abaddced8253b (patch)
tree86a0b09753e513687a63b0a818e064c425dfb12b /src/include/gnunet_testbed_service.h
parentc2c1e98f13fe65acba7fb9123abc3dd515c61e78 (diff)
downloadgnunet-6e08b7d1f56715c71ea6f0372b9abaddced8253b.tar.gz
gnunet-6e08b7d1f56715c71ea6f0372b9abaddced8253b.zip
slave get config client part
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 505665dad..0b410bc1d 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -602,8 +602,11 @@ GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master,
602 * 602 *
603 * @param op_cls the closure for the operation 603 * @param op_cls the closure for the operation
604 * @param master the handle to master controller 604 * @param master the handle to master controller
605 * @param slave_host the host where the slave controller is running 605 * @param slave_host the host where the slave controller is running; the handle
606 * @return the operation handle 606 * to the slave_host should remain valid until this operation is
607 * cancelled or marked as finished
608 * @return the operation handle; NULL if the slave_host is not registered at
609 * master
607 */ 610 */
608struct GNUNET_TESTBED_Operation * 611struct GNUNET_TESTBED_Operation *
609GNUNET_TESTBED_get_slave_config (void *op_cls, 612GNUNET_TESTBED_get_slave_config (void *op_cls,