aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-09 13:32:54 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-09 13:32:54 +0000
commit34302683763317cd5c7053434038c5ede88ef6ec (patch)
treeae545a24a0020f1c188993548db2172ce18ea15e /src/testbed/testbed_api_operations.h
parent02e5060f18eba19252673555b0c0fbb5d996df1a (diff)
downloadgnunet-34302683763317cd5c7053434038c5ede88ef6ec.tar.gz
gnunet-34302683763317cd5c7053434038c5ede88ef6ec.zip
- maintain separate queues for operations that are in WAITING, READY, and STARTED states
Diffstat (limited to 'src/testbed/testbed_api_operations.h')
-rw-r--r--src/testbed/testbed_api_operations.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/testbed/testbed_api_operations.h b/src/testbed/testbed_api_operations.h
index 1950cd7d1..346fe5b75 100644
--- a/src/testbed/testbed_api_operations.h
+++ b/src/testbed/testbed_api_operations.h
@@ -127,21 +127,6 @@ GNUNET_TESTBED_operation_begin_wait_ (struct GNUNET_TESTBED_Operation *op);
127 127
128 128
129/** 129/**
130 * Remove an operation from a queue. This can be because the
131 * oeration was active and has completed (and the resources have
132 * been released), or because the operation was cancelled and
133 * thus scheduling the operation is no longer required.
134 *
135 * @param queue queue to add the operation to
136 * @param op operation to add to the queue
137 */
138void
139GNUNET_TESTBED_operation_queue_remove_ (struct OperationQueue *queue,
140 struct GNUNET_TESTBED_Operation *op);
141
142
143
144/**
145 * Function to call to start an operation once all 130 * Function to call to start an operation once all
146 * queues the operation is part of declare that the 131 * queues the operation is part of declare that the
147 * operation can be activated. 132 * operation can be activated.