topology option support for GNUNET_TESTBED_run() via configuration
[oweals/gnunet.git] / src / testbed / testbed.h
index 9274846ca0a752b61e197456bff8daeaad649354..1e0cd2b4e8cfa8081c8361e9199397b5619c0109 100644 (file)
@@ -701,29 +701,6 @@ struct GNUNET_TESTBED_SlaveConfiguration
 };
 
 
-/**
- * Message sent from a controller to the testbed API seeking the configuration
- * of the host whose id is contained in the message.
- */
-struct GNUNET_TESTBED_NeedControllerConfig
-{
-  /**
-   * Type is GNUNET_MESSAGE_TYPE_TESTBED_NEEDCONTROLLERCONFIG
-   */
-  struct GNUNET_MessageHeader header;
-
-  /**
-   * The id of the controller host
-   */
-  uint32_t controller_host_id GNUNET_PACKED;
-
-  /**
-   * Operation ID
-   */
-  uint64_t operation_id GNUNET_PACKED;
-
-};
-
 GNUNET_NETWORK_STRUCT_END
 
 #endif