From 42d065891b5fbb7bb59b0c60a4018709b1589a01 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 22 Feb 2013 09:53:33 +0000 Subject: - remove unused --- src/testbed/testbed_api.c | 39 --------------------------------------- src/testbed/testbed_api.h | 15 --------------- 2 files changed, 54 deletions(-) diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c index 19c0b7699..6fd05e657 100644 --- a/src/testbed/testbed_api.c +++ b/src/testbed/testbed_api.c @@ -90,45 +90,6 @@ struct MessageQueue }; -/** - * Structure for a controller link - */ -struct ControllerLink -{ - /** - * The next ptr for DLL - */ - struct ControllerLink *next; - - /** - * The prev ptr for DLL - */ - struct ControllerLink *prev; - - /** - * The host which will be referred in the peer start request. This is the - * host where the peer should be started - */ - struct GNUNET_TESTBED_Host *delegated_host; - - /** - * The host which will contacted to delegate the peer start request - */ - struct GNUNET_TESTBED_Host *slave_host; - - /** - * The configuration to be used to connect to slave host - */ - const struct GNUNET_CONFIGURATION_Handle *slave_cfg; - - /** - * GNUNET_YES if the slave should be started (and stopped) by us; GNUNET_NO - * if we are just allowed to use the slave via TCP/IP - */ - int is_subordinate; -}; - - /** * Context data for forwarded Operation */ diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h index a90acbf81..000aeeda4 100644 --- a/src/testbed/testbed_api.h +++ b/src/testbed/testbed_api.h @@ -94,11 +94,6 @@ enum OperationType */ struct MessageQueue; -/** - * Structure for a controller link - */ -struct ControllerLink; - /** * Enumeration of states of OperationContext @@ -223,16 +218,6 @@ struct GNUNET_TESTBED_Controller */ struct MessageQueue *mq_tail; - /** - * The head of the ControllerLink list - */ - struct ControllerLink *cl_head; - - /** - * The tail of the ControllerLink list - */ - struct ControllerLink *cl_tail; - /** * The client transmit handle */ -- cgit v1.2.3