aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-04 05:50:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-04 05:50:31 +0000
commit460223a5a382c80881b4fb01b17e592d98af0a39 (patch)
treebdac0b9f37ca05ad3c127be58cccab1a97b0a7ce /src/include
parentcd72d5c554e8178b6da1897caa5ff930b51c8a2c (diff)
downloadgnunet-460223a5a382c80881b4fb01b17e592d98af0a39.tar.gz
gnunet-460223a5a382c80881b4fb01b17e592d98af0a39.zip
- remove unused configuration parameter in GNUNET_TESTBED_controller_link()
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index f19122978..a68f99f31 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -600,7 +600,6 @@ typedef void (*GNUNET_TESTBED_OperationCompletionCallback) (void *cls,
600 * @param delegated_host requests to which host should be delegated; cannot be NULL 600 * @param delegated_host requests to which host should be delegated; cannot be NULL
601 * @param slave_host which host is used to run the slave controller; use NULL to 601 * @param slave_host which host is used to run the slave controller; use NULL to
602 * make the master controller connect to the delegated host 602 * make the master controller connect to the delegated host
603 * @param slave_cfg configuration to use for the slave controller
604 * @param is_subordinate GNUNET_YES if the controller at delegated_host should 603 * @param is_subordinate GNUNET_YES if the controller at delegated_host should
605 * be started by the slave controller; GNUNET_NO if the slave 604 * be started by the slave controller; GNUNET_NO if the slave
606 * controller has to connect to the already started delegated 605 * controller has to connect to the already started delegated
@@ -612,8 +611,6 @@ GNUNET_TESTBED_controller_link (void *op_cls,
612 struct GNUNET_TESTBED_Controller *master, 611 struct GNUNET_TESTBED_Controller *master,
613 struct GNUNET_TESTBED_Host *delegated_host, 612 struct GNUNET_TESTBED_Host *delegated_host,
614 struct GNUNET_TESTBED_Host *slave_host, 613 struct GNUNET_TESTBED_Host *slave_host,
615 const struct GNUNET_CONFIGURATION_Handle
616 *slave_cfg,
617 int is_subordinate); 614 int is_subordinate);
618 615
619 616