WiP
[oweals/gnunet.git] / src / core / core.h
index fff4c3fa8234fd2aaa907747d9225d2cfa52d8ce..8a8962124fdbd1ec37085e8a4f45b8f9e8150cb1 100644 (file)
@@ -300,6 +300,13 @@ struct ConfigurationInfoMessage
    */
   int32_t reserved_amount GNUNET_PACKED;
 
+  /**
+   * If the reservation request could not be satisfied (reserved_amount
+   * was zero), how long should the client wait until retrying? 0 if
+   * bandwidth was reserved.
+   */
+  struct GNUNET_TIME_RelativeNBO reserve_delay;
+
   /**
    * Unique request ID.
    */