Initialize `arg_str1'.
[oweals/gnunet.git] / src / testbed / gnunet-service-testbed_links.h
index 428a3b070633d49a671031e033ee0770adbf2fcc..9a2a79c0490a91b152a652da80a5c3c6d4aabd37 100644 (file)
@@ -73,17 +73,10 @@ struct Slave
    */
   struct GNUNET_CONTAINER_MultiHashMap *reghost_map;
 
-  /**
-   * Operation handle for opening a lateral connection to another controller.
-   * Will be NULL if the slave controller is started by this controller
-   */
-  struct GNUNET_TESTBED_Operation *conn_op;
-
   /**
    * The id of the host this controller is running on
    */
   uint32_t host_id;
-
 };
 
 /**