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.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index a8cb383fa..625f3d1f6 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -66,7 +66,12 @@ enum OperationType
66 /** 66 /**
67 * Forwarded operation 67 * Forwarded operation
68 */ 68 */
69 OP_FORWARDED 69 OP_FORWARDED,
70
71 /**
72 * Link controllers operation
73 */
74 OP_LINK_CONTROLLERS,
70 75
71 }; 76 };
72 77
@@ -260,16 +265,6 @@ struct GNUNET_TESTBED_Controller
260 struct GNUNET_TESTBED_HostRegistrationHandle *rh; 265 struct GNUNET_TESTBED_HostRegistrationHandle *rh;
261 266
262 /** 267 /**
263 * The head of the operation queue (FIXME: Remove, use ocq)
264 */
265 struct GNUNET_TESTBED_Operation *op_head;
266
267 /**
268 * The tail of the operation queue (FIXME: Remove, use ocq)
269 */
270 struct GNUNET_TESTBED_Operation *op_tail;
271
272 /**
273 * The head of the opeartion context queue 268 * The head of the opeartion context queue
274 */ 269 */
275 struct OperationContext *ocq_head; 270 struct OperationContext *ocq_head;