aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-04 15:00:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-04 15:00:03 +0000
commit9bdbd137ac0e95419782cf4d70bece01844e7e72 (patch)
treec1d26c1477c97dd7ab7aae1a8b8281d0e6b9bd5d /src/include/gnunet_testbed_service.h
parent1e1588ebf966c590ec7282a48caac3e960c827ee (diff)
downloadgnunet-9bdbd137ac0e95419782cf4d70bece01844e7e72.tar.gz
gnunet-9bdbd137ac0e95419782cf4d70bece01844e7e72.zip
- remove dead code and fixes
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index a99faf007..44eceadfb 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -615,36 +615,6 @@ GNUNET_TESTBED_controller_link (void *op_cls,
615 615
616 616
617/** 617/**
618 * Same as the GNUNET_TESTBED_controller_link, however expects configuration in
619 * serialized and compressed
620 *
621 * @param op_cls the operation closure for the event which is generated to
622 * signal success or failure of this operation
623 * @param master handle to the master controller who creates the association
624 * @param delegated_host requests to which host should be delegated; cannot be NULL
625 * @param slave_host which host is used to run the slave controller; use NULL to
626 * make the master controller connect to the delegated host
627 * @param sxcfg serialized and compressed configuration
628 * @param sxcfg_size the size sxcfg
629 * @param scfg_size the size of uncompressed serialized configuration
630 * @param is_subordinate GNUNET_YES if the controller at delegated_host should
631 * be started by the slave controller; GNUNET_NO if the slave
632 * controller has to connect to the already started delegated
633 * controller via TCP/IP
634 * @return the operation handle
635 */
636struct GNUNET_TESTBED_Operation *
637GNUNET_TESTBED_controller_link_2 (void *op_cls,
638 struct GNUNET_TESTBED_Controller *master,
639 struct GNUNET_TESTBED_Host *delegated_host,
640 struct GNUNET_TESTBED_Host *slave_host,
641 const char *sxcfg,
642 size_t sxcfg_size,
643 size_t scfg_size,
644 int is_subordinate);
645
646
647/**
648 * Function to acquire the configuration of a running slave controller. The 618 * Function to acquire the configuration of a running slave controller. The
649 * completion of the operation is signalled through the controller_cb from 619 * completion of the operation is signalled through the controller_cb from
650 * GNUNET_TESTBED_controller_connect(). If the operation is successful the 620 * GNUNET_TESTBED_controller_connect(). If the operation is successful the