aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_operations.c')
-rw-r--r--src/testbed/testbed_api_operations.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c
index ae85e0842..a23f8c666 100644
--- a/src/testbed/testbed_api_operations.c
+++ b/src/testbed/testbed_api_operations.c
@@ -36,7 +36,7 @@
36#define ADAPTIVE_QUEUE_DEFAULT_HISTORY 40 36#define ADAPTIVE_QUEUE_DEFAULT_HISTORY 40
37 37
38/** 38/**
39 * The number of parallel opeartions we start with by default for adaptive 39 * The number of parallel operations we start with by default for adaptive
40 * queues 40 * queues
41 */ 41 */
42#define ADAPTIVE_QUEUE_DEFAULT_MAX_ACTIVE 4 42#define ADAPTIVE_QUEUE_DEFAULT_MAX_ACTIVE 4
@@ -213,7 +213,7 @@ struct OperationQueue
213 struct FeedbackCtx *fctx; 213 struct FeedbackCtx *fctx;
214 214
215 /** 215 /**
216 * The type of this opeartion queue 216 * The type of this operation queue
217 */ 217 */
218 enum OperationQueueType type; 218 enum OperationQueueType type;
219 219
@@ -232,7 +232,7 @@ struct OperationQueue
232 232
233 /** 233 /**
234 * The number of resources occupied by failed operations in the current shot. 234 * The number of resources occupied by failed operations in the current shot.
235 * This is only relavant if the operation queue is of type 235 * This is only relevant if the operation queue is of type
236 * #OPERATION_QUEUE_TYPE_ADAPTIVE 236 * #OPERATION_QUEUE_TYPE_ADAPTIVE
237 */ 237 */
238 unsigned int overload; 238 unsigned int overload;
@@ -1272,7 +1272,7 @@ GNUNET_TESTBED_operation_inactivate_ (struct GNUNET_TESTBED_Operation *op)
1272 1272
1273 1273
1274/** 1274/**
1275 * Marks and inactive operation as active. This fuction should be called to 1275 * Marks and inactive operation as active. This function should be called to
1276 * ensure that the oprelease callback will not be called until it is either 1276 * ensure that the oprelease callback will not be called until it is either
1277 * marked as inactive or released. 1277 * marked as inactive or released.
1278 * 1278 *