aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_links.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-30 12:55:03 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-30 12:55:03 +0000
commit87ed5554b390cbf16a9bd15c4aec13ab34d7f080 (patch)
tree57716c8c85d0d8f8e3463f5a1b766f51b4f22405 /src/testbed/gnunet-service-testbed_links.h
parentec7d72a656a180ecdd25507439add2656d5bcbae (diff)
downloadgnunet-87ed5554b390cbf16a9bd15c4aec13ab34d7f080.tar.gz
gnunet-87ed5554b390cbf16a9bd15c4aec13ab34d7f080.zip
- fix misc. memleaks
Diffstat (limited to 'src/testbed/gnunet-service-testbed_links.h')
-rw-r--r--src/testbed/gnunet-service-testbed_links.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testbed/gnunet-service-testbed_links.h b/src/testbed/gnunet-service-testbed_links.h
index 428a3b070..9a2a79c04 100644
--- a/src/testbed/gnunet-service-testbed_links.h
+++ b/src/testbed/gnunet-service-testbed_links.h
@@ -74,16 +74,9 @@ struct Slave
74 struct GNUNET_CONTAINER_MultiHashMap *reghost_map; 74 struct GNUNET_CONTAINER_MultiHashMap *reghost_map;
75 75
76 /** 76 /**
77 * Operation handle for opening a lateral connection to another controller.
78 * Will be NULL if the slave controller is started by this controller
79 */
80 struct GNUNET_TESTBED_Operation *conn_op;
81
82 /**
83 * The id of the host this controller is running on 77 * The id of the host this controller is running on
84 */ 78 */
85 uint32_t host_id; 79 uint32_t host_id;
86
87}; 80};
88 81
89/** 82/**