From 0443654040fb277df95aae28a7b2a54a4f0a73bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Nov 2011 09:38:48 +0000 Subject: dead code elimination, splitting fs.h into fs.h and fs_api.h --- src/fs/fs_namespace.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/fs/fs_namespace.c') diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c index 47ca6bad1..9d754009b 100644 --- a/src/fs/fs_namespace.c +++ b/src/fs/fs_namespace.c @@ -28,10 +28,22 @@ #include "gnunet_signatures.h" #include "gnunet_util_lib.h" #include "gnunet_fs_service.h" -#include "fs.h" +#include "fs_api.h" #define DEBUG_NAMESPACE GNUNET_EXTRA_LOGGING + +/** + * Maximum legal size for an sblock. + */ +#define MAX_SBLOCK_SIZE (60 * 1024) + +/** + * Maximum legal size for an nblock. + */ +#define MAX_NBLOCK_SIZE (60 * 1024) + + /** * Return the name of the directory in which we store * our local namespaces (or rather, their public keys). -- cgit v1.2.3