aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
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,