summaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
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