aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
commit14c98ff17a8b1e4db1e6445f6116b7be5b4b8934 (patch)
treef08a66a8d151a4d0a16641cfcd5b0b8152bce24f /src/testbed/testbed_api.h
parentd6f2d6cd9b3a14e9dc7cea1e5d1863d6d59af0af (diff)
downloadgnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.tar.gz
gnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.zip
controller link as operation
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;