aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_operations.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-24 13:46:12 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-24 13:46:12 +0000
commit8b9b2ab39943070706515485cff6e23cbb564003 (patch)
treea7944312a411fee199bbdaa9ef3e47688ad08da4 /src/testbed/testbed_api_operations.h
parentdd177ca10b140d68c79335c900b34a77f33cc98b (diff)
downloadgnunet-8b9b2ab39943070706515485cff6e23cbb564003.tar.gz
gnunet-8b9b2ab39943070706515485cff6e23cbb564003.zip
fixed mem leaks with operations
Diffstat (limited to 'src/testbed/testbed_api_operations.h')
-rw-r--r--src/testbed/testbed_api_operations.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_operations.h b/src/testbed/testbed_api_operations.h
index 4c888d52d..5edca152d 100644
--- a/src/testbed/testbed_api_operations.h
+++ b/src/testbed/testbed_api_operations.h
@@ -128,5 +128,15 @@ GNUNET_TESTBED_operation_create_ (void *cls,
128 ...); 128 ...);
129 129
130 130
131/**
132 * An operation is 'done' (was cancelled or finished); remove
133 * it from the queues and release associated resources.
134 *
135 * @param operation operation that finished
136 */
137void
138operation_release_ (struct GNUNET_TESTBED_Operation *operation);
139
140
131#endif 141#endif
132/* end of testbed_api_operations.h */ 142/* end of testbed_api_operations.h */