From 817bbb71e3e583ec85d6d63ca3e0cbb90ccd7462 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Mar 2011 10:32:30 +0000 Subject: communicate res delay in capi --- src/core/core.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/core.h') 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 @@ -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. */ -- cgit v1.2.3