aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore.h')
-rw-r--r--src/datastore/datastore.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index fa8352d24..563b7486c 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -72,6 +72,12 @@ struct StatusMessage
72 */ 72 */
73 int32_t status GNUNET_PACKED; 73 int32_t status GNUNET_PACKED;
74 74
75 /**
76 * Minimum expiration time required for content to be stored
77 * by the datacache at this time, zero for unknown or no limit.
78 */
79 struct GNUNET_TIME_AbsoluteNBO min_expiration;
80
75}; 81};
76 82
77 83