summaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-12 13:28:31 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-12 13:28:31 +0000
commitb7be9187fa9b715295faa676d8c12b93b8401374 (patch)
treeed352ce037a6c0dd93ba4038a45cf6e83974f96e /src/testbed/testbed.h
parente60d0c42e0ccca277117de7ac7b5669abf5e336c (diff)
downloadgnunet-b7be9187fa9b715295faa676d8c12b93b8401374.tar.gz
gnunet-b7be9187fa9b715295faa676d8c12b93b8401374.zip
- remove dead code as controller linking operation does not require host
-configuration explicitly
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 323f9c5cc..933e1b8ee 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -190,19 +190,11 @@ struct GNUNET_TESTBED_ControllerLinkRequest
190 uint32_t slave_host_id GNUNET_PACKED; 190 uint32_t slave_host_id GNUNET_PACKED;
191 191
192 /** 192 /**
193 * The size of the uncompressed configuration
194 */
195 uint16_t config_size GNUNET_PACKED;
196
197 /**
198 * Set to 1 if the receiving controller is the master controller for 193 * Set to 1 if the receiving controller is the master controller for
199 * the slave host (and thus responsible for starting it?). 0 if not 194 * the slave host (and thus responsible for starting it?). 0 if not
200 */ 195 */
201 uint8_t is_subordinate; 196 uint8_t is_subordinate;
202 197
203 /* followed by serialized slave configuration;
204 * gzip'ed configuration file in INI format */
205
206}; 198};
207 199
208 200