aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-07 16:55:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-07 16:55:16 +0000
commitb9de10a83f130b2c0a4513a1f713d778fbb4ecc1 (patch)
tree0dcfa912e2eea217d494ba56f1373e2c0cbb7e26 /src/include/gnunet_block_lib.h
parentd4115af6385dcab2433b27796e777819e297dae7 (diff)
downloadgnunet-b9de10a83f130b2c0a4513a1f713d778fbb4ecc1.tar.gz
gnunet-b9de10a83f130b2c0a4513a1f713d778fbb4ecc1.zip
do not fail if datastore unavailable
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index eebbb2f68..0bd9848d7 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -75,7 +75,9 @@ enum GNUNET_BLOCK_Type
75 /** 75 /**
76 * Type of a block that is used to advertise a namespace. 76 * Type of a block that is used to advertise a namespace.
77 */ 77 */
78 GNUNET_BLOCK_TYPE_NBLOCK = 6 78 GNUNET_BLOCK_TYPE_NBLOCK = 6,
79
80 GNUNET_BLOCK_TYPE_TEST = 9999
79 81
80 }; 82 };
81 83