aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-22 09:53:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-22 09:53:33 +0000
commit42d065891b5fbb7bb59b0c60a4018709b1589a01 (patch)
tree592d379edaa080df37797546622284d2e2ad3e78 /src/testbed/testbed_api.c
parent20621b6f9076dbedb1926fff2fcf5ec87a7d986b (diff)
downloadgnunet-42d065891b5fbb7bb59b0c60a4018709b1589a01.tar.gz
gnunet-42d065891b5fbb7bb59b0c60a4018709b1589a01.zip
- remove unused
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c39
1 files changed, 0 insertions, 39 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
@@ -91,45 +91,6 @@ struct MessageQueue
91 91
92 92
93/** 93/**
94 * Structure for a controller link
95 */
96struct ControllerLink
97{
98 /**
99 * The next ptr for DLL
100 */
101 struct ControllerLink *next;
102
103 /**
104 * The prev ptr for DLL
105 */
106 struct ControllerLink *prev;
107
108 /**
109 * The host which will be referred in the peer start request. This is the
110 * host where the peer should be started
111 */
112 struct GNUNET_TESTBED_Host *delegated_host;
113
114 /**
115 * The host which will contacted to delegate the peer start request
116 */
117 struct GNUNET_TESTBED_Host *slave_host;
118
119 /**
120 * The configuration to be used to connect to slave host
121 */
122 const struct GNUNET_CONFIGURATION_Handle *slave_cfg;
123
124 /**
125 * GNUNET_YES if the slave should be started (and stopped) by us; GNUNET_NO
126 * if we are just allowed to use the slave via TCP/IP
127 */
128 int is_subordinate;
129};
130
131
132/**
133 * Context data for forwarded Operation 94 * Context data for forwarded Operation
134 */ 95 */
135struct ForwardedOperationData 96struct ForwardedOperationData