aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 4f27abae4..9a834ee86 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -31,11 +31,16 @@
31#include "gnunet_signatures.h" 31#include "gnunet_signatures.h"
32#include "gnunet_util_lib.h" 32#include "gnunet_util_lib.h"
33#include "gnunet_fs_service.h" 33#include "gnunet_fs_service.h"
34#include "fs.h" 34#include "fs_api.h"
35#include "fs_tree.h" 35#include "fs_tree.h"
36 36
37#define DEBUG_PUBLISH GNUNET_EXTRA_LOGGING 37#define DEBUG_PUBLISH GNUNET_EXTRA_LOGGING
38 38
39/**
40 * Maximum legal size for a kblock.
41 */
42#define MAX_KBLOCK_SIZE (60 * 1024)
43
39 44
40/** 45/**
41 * Fill in all of the generic fields for 46 * Fill in all of the generic fields for