aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-04 22:09:19 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-04 22:09:19 +0000
commit2efa11e99bec25a3a64c8fae20d7641345c8df9f (patch)
tree6e179797783ce3a122cd8d6fb11eb388a1a346ee /src/include/gnunet_datastore_service.h
parent5e05cc9a117f5a8073c4f33e628de23de1138014 (diff)
downloadgnunet-2efa11e99bec25a3a64c8fae20d7641345c8df9f.tar.gz
gnunet-2efa11e99bec25a3a64c8fae20d7641345c8df9f.zip
pybld
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index a506362f2..2bf0f8f34 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -42,32 +42,34 @@ extern "C"
42#endif 42#endif
43 43
44/** 44/**
45 * FIXME. 45 * Any type of block, used as a wildcard when searching. Should
46 * never be attached to a specific block.
46 */ 47 */
47#define GNUNET_DATASTORE_BLOCKTYPE_ANY 0 48#define GNUNET_DATASTORE_BLOCKTYPE_ANY 0
48 49
49/** 50/**
50 * FIXME. 51 * Data block (leaf) in the CHK tree.
51 */ 52 */
52#define GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 1 53#define GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 1
53 54
54/** 55/**
55 * FIXME. 56 * Inner block in the CHK tree.
56 */ 57 */
57#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2 58#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2
58 59
59/** 60/**
60 * FIXME. 61 * Type of a block representing a keyword search result.
61 */ 62 */
62#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3 63#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3
63 64
64/** 65/**
65 * FIXME. 66 * Type of a block that is used to advertise content in a namespace.
66 */ 67 */
67#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4 68#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4
68 69
69/** 70/**
70 * FIXME. 71 * Type of a block representing a block to be encoded on demand from disk.
72 * Should never appear on the network directly.
71 */ 73 */
72#define GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND 5 74#define GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND 5
73 75