aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-25 22:10:51 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-25 22:10:51 +0000
commitf1b9c5c115139b02cac1cae4f053792e1e5b1ccb (patch)
treecd9047d73ba498d05f67c7e06ae4bd5ed89511e7 /src/include/gnunet_datastore_service.h
parentc2d3d24cd9b4f552d7ca8ad6283f9819c1cfefc7 (diff)
downloadgnunet-f1b9c5c115139b02cac1cae4f053792e1e5b1ccb.tar.gz
gnunet-f1b9c5c115139b02cac1cae4f053792e1e5b1ccb.zip
improving style and docs
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index bcc89a8e1..aa35c82ee 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -41,14 +41,42 @@ extern "C"
41#endif 41#endif
42#endif 42#endif
43 43
44/**
45 * FIXME.
46 */
44#define GNUNET_DATASTORE_BLOCKTYPE_ANY 0 47#define GNUNET_DATASTORE_BLOCKTYPE_ANY 0
48
49/**
50 * FIXME.
51 */
45#define GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 1 52#define GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 1
53
54/**
55 * FIXME.
56 */
46#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2 57#define GNUNET_DATASTORE_BLOCKTYPE_IBLOCK 2
58
59/**
60 * FIXME.
61 */
47#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3 62#define GNUNET_DATASTORE_BLOCKTYPE_KBLOCK 3
63
64/**
65 * FIXME.
66 */
48#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4 67#define GNUNET_DATASTORE_BLOCKTYPE_SBLOCK 4
68
69/**
70 * FIXME.
71 */
49#define GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND 5 72#define GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND 5
73
74/**
75 * FIXME.
76 */
50#define GNUNET_DATASTORE_BLOCKTYPE_SKBLOCK 6 /* not yet used */ 77#define GNUNET_DATASTORE_BLOCKTYPE_SKBLOCK 6 /* not yet used */
51 78
79
52/** 80/**
53 * Handle to the datastore service. 81 * Handle to the datastore service.
54 */ 82 */