aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index fff4c3fa8..8a8962124 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -301,6 +301,13 @@ struct ConfigurationInfoMessage
301 int32_t reserved_amount GNUNET_PACKED; 301 int32_t reserved_amount GNUNET_PACKED;
302 302
303 /** 303 /**
304 * If the reservation request could not be satisfied (reserved_amount
305 * was zero), how long should the client wait until retrying? 0 if
306 * bandwidth was reserved.
307 */
308 struct GNUNET_TIME_RelativeNBO reserve_delay;
309
310 /**
304 * Unique request ID. 311 * Unique request ID.
305 */ 312 */
306 uint32_t rim_id GNUNET_PACKED; 313 uint32_t rim_id GNUNET_PACKED;