aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.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.h
parentdd177ca10b140d68c79335c900b34a77f33cc98b (diff)
downloadgnunet-8b9b2ab39943070706515485cff6e23cbb564003.tar.gz
gnunet-8b9b2ab39943070706515485cff6e23cbb564003.zip
fixed mem leaks with operations
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index fcfb5008c..1d984ca93 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -76,6 +76,11 @@ struct GNUNET_TESTBED_Operation
76 struct GNUNET_TESTBED_Operation *prev; 76 struct GNUNET_TESTBED_Operation *prev;
77 77
78 /** 78 /**
79 * The controller on which this operation operates
80 */
81 struct GNUNET_TESTBED_Controller *controller;
82
83 /**
79 * The ID for the operation; 84 * The ID for the operation;
80 */ 85 */
81 uint64_t operation_id; 86 uint64_t operation_id;