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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h
index d66ec0e95..70acffc99 100644
--- a/src/datastore/datastore.h
+++ b/src/datastore/datastore.h
@@ -220,6 +220,16 @@ struct DataMessage
220 uint32_t anonymity GNUNET_PACKED; 220 uint32_t anonymity GNUNET_PACKED;
221 221
222 /** 222 /**
223 * Desired replication level. 0 from service to API.
224 */
225 uint32_t replication GNUNET_PACKED;
226
227 /**
228 * For alignment.
229 */
230 uint32_t reserved GNUNET_PACKED;
231
232 /**
223 * Unique ID for the content (can be used for UPDATE); 233 * Unique ID for the content (can be used for UPDATE);
224 * can be zero for remove (which indicates that 234 * can be zero for remove (which indicates that
225 * the datastore should use whatever UID matches 235 * the datastore should use whatever UID matches