aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-01 15:37:23 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-01 15:37:23 +0000
commitdeddd8958a9d128a3a248163ead0996700b389c3 (patch)
tree9d7d7aa8b532a9edaa11d1249730d9aa9a9faefe /src/testbed/testbed.h
parent5016a37a13ca59314b0afcb116b4da2941e75c7a (diff)
downloadgnunet-deddd8958a9d128a3a248163ead0996700b389c3.tar.gz
gnunet-deddd8958a9d128a3a248163ead0996700b389c3.zip
link controller handler
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 4e5d90c1a..6d71f6c51 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -169,6 +169,11 @@ struct GNUNET_TESTBED_ControllerLinkMessage
169 uint32_t slave_host_id GNUNET_PACKED; 169 uint32_t slave_host_id GNUNET_PACKED;
170 170
171 /** 171 /**
172 * The size of the uncompressed configuration
173 */
174 uint16_t config_size GNUNET_PACKED;
175
176 /**
172 * Set to 1 if the receiving controller is the master controller for 177 * Set to 1 if the receiving controller is the master controller for
173 * the slave host (and thus responsible for starting it?). 0 if not 178 * the slave host (and thus responsible for starting it?). 0 if not
174 */ 179 */