summaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index e18d4ef12..53d04e517 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -52,6 +52,10 @@ struct GNUNET_DATASTORE_QueueEntry;
52 */ 52 */
53struct GNUNET_DATASTORE_Handle; 53struct GNUNET_DATASTORE_Handle;
54 54
55/**
56 * Maximum size of a value that can be stored in the datastore.
57 */
58#define GNUNET_DATASTORE_MAX_VALUE_SIZE 65536
55 59
56/** 60/**
57 * Connect to the datastore service. 61 * Connect to the datastore service.