aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-04 15:44:26 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-04 15:44:26 +0000
commit9534e25a16b3f9d2574ffb969ff295f77f74c351 (patch)
tree2b47e030c4c89803e1ba73cdb06a018b4e45666e /src/include/gnunet_testbed_service.h
parent671e78a94bb04d31879f24453bbeda6791dba9ed (diff)
downloadgnunet-9534e25a16b3f9d2574ffb969ff295f77f74c351.tar.gz
gnunet-9534e25a16b3f9d2574ffb969ff295f77f74c351.zip
-TESTBED controller_link_2 header
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 2fffb0fc8..e6997db1f 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -564,9 +564,9 @@ GNUNET_TESTBED_controller_link (struct GNUNET_TESTBED_Controller *master,
564 * @param delegated_host requests to which host should be delegated; cannot be NULL 564 * @param delegated_host requests to which host should be delegated; cannot be NULL
565 * @param slave_host which host is used to run the slave controller; use NULL to 565 * @param slave_host which host is used to run the slave controller; use NULL to
566 * make the master controller connect to the delegated host 566 * make the master controller connect to the delegated host
567 * @param scfg serialized and compressed configuration 567 * @param sxcfg serialized and compressed configuration
568 * @param scfg_size the size scfg 568 * @param sxcfg_size the size scfg
569 * @param cfg_size the size of uncompressed serialized configuration 569 * @param scfg_size the size of uncompressed serialized configuration
570 * @param is_subordinate GNUNET_YES if the controller at delegated_host should 570 * @param is_subordinate GNUNET_YES if the controller at delegated_host should
571 * be started by the master controller; GNUNET_NO if we are just 571 * be started by the master controller; GNUNET_NO if we are just
572 * allowed to use the slave via TCP/IP 572 * allowed to use the slave via TCP/IP
@@ -575,9 +575,9 @@ void
575GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master, 575GNUNET_TESTBED_controller_link_2 (struct GNUNET_TESTBED_Controller *master,
576 struct GNUNET_TESTBED_Host *delegated_host, 576 struct GNUNET_TESTBED_Host *delegated_host,
577 struct GNUNET_TESTBED_Host *slave_host, 577 struct GNUNET_TESTBED_Host *slave_host,
578 const char *scfg, 578 const char *sxcfg,
579 size_t sxcfg_size,
579 size_t scfg_size, 580 size_t scfg_size,
580 size_t cfg_size,
581 int is_subordinate); 581 int is_subordinate);
582 582
583 583