aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 19:04:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 19:04:31 +0000
commitbf5093d63a384e216fc765a8a800ecb17840d56b (patch)
tree95f5a88c6b1bab9a2721e98df0f96d3dc7d249b8 /src/datastore/datastore.h
parentea01f6b6a8d3f59bf03cf128dc8a8fdfb35a75f5 (diff)
downloadgnunet-bf5093d63a384e216fc765a8a800ecb17840d56b.tar.gz
gnunet-bf5093d63a384e216fc765a8a800ecb17840d56b.zip
pass repl
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