wip
[oweals/gnunet.git] / src / include / gnunet_datastore_service.h
index e18d4ef12b5306854193de35be3552feaadd9300..53d04e5171a29ede3ab8b0ee4097bb006543b26e 100644 (file)
@@ -52,6 +52,10 @@ struct GNUNET_DATASTORE_QueueEntry;
  */
 struct GNUNET_DATASTORE_Handle;
 
+/**
+ * Maximum size of a value that can be stored in the datastore.
+ */
+#define GNUNET_DATASTORE_MAX_VALUE_SIZE 65536
 
 /**
  * Connect to the datastore service.