From ecdc35a09b840720e1b87f2d51aba537976ccf3f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 May 2013 19:10:02 +0000 Subject: adding tool to convert/merge datastores (#2875) --- src/include/gnunet_datastore_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_datastore_service.h') 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, */ struct GNUNET_DATASTORE_QueueEntry * GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h, uint32_t rid, - const struct GNUNET_HashCode * key, size_t size, + const struct GNUNET_HashCode *key, size_t size, const void *data, enum GNUNET_BLOCK_Type type, uint32_t priority, uint32_t anonymity, uint32_t replication, @@ -300,7 +300,7 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls, */ struct GNUNET_DATASTORE_QueueEntry * GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h, uint64_t offset, - const struct GNUNET_HashCode * key, + const struct GNUNET_HashCode *key, enum GNUNET_BLOCK_Type type, unsigned int queue_priority, unsigned int max_queue_size, -- cgit v1.2.3