aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-30 19:10:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-30 19:10:02 +0000
commitecdc35a09b840720e1b87f2d51aba537976ccf3f (patch)
tree50ef9588744647164ef32a7655dd377cf83a72a2 /src/include
parentddf8da52e94c520a93383edddfef3f537664a7c3 (diff)
downloadgnunet-ecdc35a09b840720e1b87f2d51aba537976ccf3f.tar.gz
gnunet-ecdc35a09b840720e1b87f2d51aba537976ccf3f.zip
adding tool to convert/merge datastores (#2875)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 721963bdd..9ebf5e48a 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -153,7 +153,7 @@ GNUNET_DATASTORE_reserve (struct GNUNET_DATASTORE_Handle *h, uint64_t amount,
153 */ 153 */
154struct GNUNET_DATASTORE_QueueEntry * 154struct GNUNET_DATASTORE_QueueEntry *
155GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h, uint32_t rid, 155GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h, uint32_t rid,
156 const struct GNUNET_HashCode * key, size_t size, 156 const struct GNUNET_HashCode *key, size_t size,
157 const void *data, enum GNUNET_BLOCK_Type type, 157 const void *data, enum GNUNET_BLOCK_Type type,
158 uint32_t priority, uint32_t anonymity, 158 uint32_t priority, uint32_t anonymity,
159 uint32_t replication, 159 uint32_t replication,
@@ -300,7 +300,7 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls,
300 */ 300 */
301struct GNUNET_DATASTORE_QueueEntry * 301struct GNUNET_DATASTORE_QueueEntry *
302GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h, uint64_t offset, 302GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h, uint64_t offset,
303 const struct GNUNET_HashCode * key, 303 const struct GNUNET_HashCode *key,
304 enum GNUNET_BLOCK_Type type, 304 enum GNUNET_BLOCK_Type type,
305 unsigned int queue_priority, 305 unsigned int queue_priority,
306 unsigned int max_queue_size, 306 unsigned int max_queue_size,