aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
commit14c98ff17a8b1e4db1e6445f6116b7be5b4b8934 (patch)
treef08a66a8d151a4d0a16641cfcd5b0b8152bce24f /src/include/gnunet_testbed_service.h
parentd6f2d6cd9b3a14e9dc7cea1e5d1863d6d59af0af (diff)
downloadgnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.tar.gz
gnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.zip
controller link as operation
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 0236d82af..c3635ed5c 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -574,8 +574,9 @@ GNUNET_TESTBED_cancel_registration (struct GNUNET_TESTBED_HostRegistrationHandle
574 * @param is_subordinate GNUNET_YES if the controller at delegated_host should 574 * @param is_subordinate GNUNET_YES if the controller at delegated_host should
575 * be started by the master controller; GNUNET_NO if we are just 575 * be started by the master controller; GNUNET_NO if we are just
576 * allowed to use the slave via TCP/IP 576 * allowed to use the slave via TCP/IP
577 * @return the operation handle
577 */ 578 */
578void 579struct GNUNET_TESTBED_Operation *
579GNUNET_TESTBED_controller_link (struct GNUNET_TESTBED_Controller *master, 580GNUNET_TESTBED_controller_link (struct GNUNET_TESTBED_Controller *master,
580 struct GNUNET_TESTBED_Host *delegated_host, 581 struct GNUNET_TESTBED_Host *delegated_host,
581 struct GNUNET_TESTBED_Host *slave_host, 582 struct GNUNET_TESTBED_Host *slave_host,
@@ -597,8 +598,9 @@ GNUNET_TESTBED_controller_link (struct GNUNET_TESTBED_Controller *master,
597 * @param is_subordinate GNUNET_YES if the controller at delegated_host should 598 * @param is_subordinate GNUNET_YES if the controller at delegated_host should
598 * be started by the master controller; GNUNET_NO if we are just 599 * be started by the master controller; GNUNET_NO if we are just
599 * allowed to use the slave via TCP/IP 600 * allowed to use the slave via TCP/IP
601 * @return the operation handle
600 */ 602 */
601void 603struct GNUNET_TESTBED_Operation *
602GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master, 604GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master,
603 struct GNUNET_TESTBED_Host *delegated_host, 605 struct GNUNET_TESTBED_Host *delegated_host,
604 struct GNUNET_TESTBED_Host *slave_host, 606 struct GNUNET_TESTBED_Host *slave_host,