aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-31 18:48:06 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-31 18:48:06 +0000
commit94c672c467be073e9b62fe2c1b45267163f74db5 (patch)
tree837418d6d890d930e3444c48f62554c394301a38 /src/testbed/testbed_api_operations.c
parente7cbb8d414b22af3d41759170e9bfad198dd9774 (diff)
downloadgnunet-94c672c467be073e9b62fe2c1b45267163f74db5.tar.gz
gnunet-94c672c467be073e9b62fe2c1b45267163f74db5.zip
peer start/stop with new operations handling
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.