aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-27 10:32:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-27 10:32:30 +0000
commit817bbb71e3e583ec85d6d63ca3e0cbb90ccd7462 (patch)
tree7e9e8717e9f57b74fca3a0e93f0d4b94234a1dd3 /src/core/core.h
parent3814b7980a4ed1117be9659a3d10fa49cb4c16e9 (diff)
downloadgnunet-817bbb71e3e583ec85d6d63ca3e0cbb90ccd7462.tar.gz
gnunet-817bbb71e3e583ec85d6d63ca3e0cbb90ccd7462.zip
communicate res delay in capi
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;