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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_operations.c b/src/testbed/testbed_api_operations.c
index 6ad15e22e..a3e3c30b1 100644
--- a/src/testbed/testbed_api_operations.c
+++ b/src/testbed/testbed_api_operations.c
@@ -73,6 +73,9 @@ struct OperationQueue
73}; 73};
74 74
75 75
76/**
77 * Operation state
78 */
76enum OperationState 79enum OperationState
77 { 80 {
78 /** 81 /**
@@ -86,8 +89,6 @@ enum OperationState
86 OP_STATE_STARTED, 89 OP_STATE_STARTED,
87 }; 90 };
88 91
89
90
91 92
92/** 93/**
93 * Opaque handle to an abstract operation to be executed by the testing framework. 94 * Opaque handle to an abstract operation to be executed by the testing framework.