aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h15
1 files changed, 0 insertions, 15 deletions
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
94 */ 94 */
95struct MessageQueue; 95struct MessageQueue;
96 96
97/**
98 * Structure for a controller link
99 */
100struct ControllerLink;
101
102 97
103/** 98/**
104 * Enumeration of states of OperationContext 99 * Enumeration of states of OperationContext
@@ -224,16 +219,6 @@ struct GNUNET_TESTBED_Controller
224 struct MessageQueue *mq_tail; 219 struct MessageQueue *mq_tail;
225 220
226 /** 221 /**
227 * The head of the ControllerLink list
228 */
229 struct ControllerLink *cl_head;
230
231 /**
232 * The tail of the ControllerLink list
233 */
234 struct ControllerLink *cl_tail;
235
236 /**
237 * The client transmit handle 222 * The client transmit handle
238 */ 223 */
239 struct GNUNET_CLIENT_TransmitHandle *th; 224 struct GNUNET_CLIENT_TransmitHandle *th;