- opaque mq structs
[oweals/gnunet.git] / src / testbed / testbed_api_peers.h
index 10deed67d35045d33ae84550ce36ab3e633a49a4..50fb29bf6adc3e40712d7abff1fdc2df05adf133 100644 (file)
@@ -195,6 +195,28 @@ struct PeerInfoData
 };
 
 
+/**
+ * Data for the operations of type OP_PEER_RECONFIGURE
+ */
+struct PeerReconfigureData
+{
+  /**
+   * The peer whose information has been requested
+   */
+  struct GNUNET_TESTBED_Peer *peer;
+
+  /**
+   * The serialized new configuration template
+   */
+  char *config;
+
+  /**
+   * the size of the serialized configuration
+   */
+  uint16_t cfg_size;
+};
+
+
 /**
  * Data structure for OperationType OP_OVERLAY_CONNECT
  */