aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 28419126f..3805dea97 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -41,6 +41,12 @@ extern "C"
41#endif 41#endif
42#endif 42#endif
43 43
44#define GNUNET_DATASTORE_BLOCKTYPE_ANY 0
45#define GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 1
46#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2
47#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3
48#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4
49#define GNUNET_DATASTORE_BLOCKTYPE_SKBLOCK 5
44 50
45/** 51/**
46 * Handle to the datastore service. 52 * Handle to the datastore service.