aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_operations.h')
-rw-r--r--src/testbed/testbed_api_operations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_operations.h b/src/testbed/testbed_api_operations.h
index 2ecbc7b66..d9de5c011 100644
--- a/src/testbed/testbed_api_operations.h
+++ b/src/testbed/testbed_api_operations.h
@@ -163,7 +163,7 @@ typedef void (*OperationStart) (void *cls);
163 * "GNUNET_TESTBED_operation_cancel" (before the operation generated 163 * "GNUNET_TESTBED_operation_cancel" (before the operation generated
164 * an event) or AFTER the operation generated an event due to a call 164 * an event) or AFTER the operation generated an event due to a call
165 * to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that 165 * to "GNUNET_TESTBED_operation_done". Thus it is not guaranteed that
166 * a callback to the 'OperationStart' preceeds the call to 166 * a callback to the 'OperationStart' precedes the call to
167 * 'OperationRelease'. Implementations of this function are expected 167 * 'OperationRelease'. Implementations of this function are expected
168 * to clean up whatever state is in 'cls' and release all resources 168 * to clean up whatever state is in 'cls' and release all resources
169 * associated with the operation. 169 * associated with the operation.
@@ -210,7 +210,7 @@ GNUNET_TESTBED_operation_inactivate_ (struct GNUNET_TESTBED_Operation *op);
210 210
211 211
212/** 212/**
213 * Marks and inactive operation as active. This fuction should be called to 213 * Marks and inactive operation as active. This function should be called to
214 * ensure that the oprelease callback will not be called until it is either 214 * ensure that the oprelease callback will not be called until it is either
215 * marked as inactive or released. 215 * marked as inactive or released.
216 * 216 *