From b7be9187fa9b715295faa676d8c12b93b8401374 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 12 Apr 2013 13:28:31 +0000 Subject: - remove dead code as controller linking operation does not require host -configuration explicitly --- src/testbed/testbed.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/testbed/testbed.h') 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 @@ -189,20 +189,12 @@ struct GNUNET_TESTBED_ControllerLinkRequest */ uint32_t slave_host_id GNUNET_PACKED; - /** - * The size of the uncompressed configuration - */ - uint16_t config_size GNUNET_PACKED; - /** * Set to 1 if the receiving controller is the master controller for * the slave host (and thus responsible for starting it?). 0 if not */ uint8_t is_subordinate; - /* followed by serialized slave configuration; - * gzip'ed configuration file in INI format */ - }; -- cgit v1.2.3