aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-15 17:50:41 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-15 17:50:41 +0000
commit9b913265537544514be1bdfef8770b8c614c759f (patch)
tree99f30dcaf4625e5a74c7007ab1277a78c630461e /src/fs/fs.h
parentf361decabe671cc58e411d21d4ca470de6dae459 (diff)
downloadgnunet-9b913265537544514be1bdfef8770b8c614c759f.tar.gz
gnunet-9b913265537544514be1bdfef8770b8c614c759f.zip
stuff
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index c0e203335..9901cd173 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -32,6 +32,11 @@
32#include "gnunet_block_lib.h" 32#include "gnunet_block_lib.h"
33 33
34/** 34/**
35 * Maximum size of the datastore queue for P2P operations.
36 */
37#define MAX_DATASTORE_QUEUE 16
38
39/**
35 * Size of the individual blocks used for file-sharing. 40 * Size of the individual blocks used for file-sharing.
36 */ 41 */
37#define DBLOCK_SIZE (32*1024) 42#define DBLOCK_SIZE (32*1024)