aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-30 21:07:10 +0000
commitc3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5 (patch)
treeace615d5745cbd037c6534abdc3b5f94a2bba7d6 /src/include/gnunet_datastore_service.h
parenta095a849fcd95efeb57db80b4346e4f2eedf9899 (diff)
downloadgnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.tar.gz
gnunet-c3d7c40c3cd0ec03c7f6b27e6b5f7eac1aa80ed5.zip
adding indexing support
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 3805dea97..acd9af1de 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -46,7 +46,8 @@ extern "C"
46#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2 46#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2
47#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3 47#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3
48#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4 48#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4
49#define GNUNET_DATASTORE_BLOCKTYPE_SKBLOCK 5 49#define GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND 5
50#define GNUNET_DATASTORE_BLOCKTYPE_SKBLOCK 6 /* not yet used */
50 51
51/** 52/**
52 * Handle to the datastore service. 53 * Handle to the datastore service.