aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-08-31 21:14:22 +0000
committerChristian Grothoff <christian@grothoff.org>2009-08-31 21:14:22 +0000
commit5dc5c7268ba88e70e208dc5c0a43b19bf111aeb3 (patch)
treef91bd544f2e14d69b9eee907e172588651215a76 /src/fs/fs_publish.c
parent32716cc62ae96040bde78dacabe18a556290f392 (diff)
downloadgnunet-5dc5c7268ba88e70e208dc5c0a43b19bf111aeb3.tar.gz
gnunet-5dc5c7268ba88e70e208dc5c0a43b19bf111aeb3.zip
working on unindex
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 13ce4d5aa..0c950f38a 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -53,15 +53,6 @@
53#define MAX_SBLOCK_SIZE 60000 53#define MAX_SBLOCK_SIZE 60000
54 54
55/** 55/**
56 * Blocksize to use when hashing files
57 * for indexing (blocksize for IO, not for
58 * the DBlocks). Larger blocksizes can
59 * be more efficient but will be more disruptive
60 * as far as the scheduler is concerned.
61 */
62#define HASHING_BLOCKSIZE (1024 * 1024)
63
64/**
65 * Main function that performs the upload. 56 * Main function that performs the upload.
66 * @param cls "struct GNUNET_FS_PublishContext" identifies the upload 57 * @param cls "struct GNUNET_FS_PublishContext" identifies the upload
67 * @param tc task context 58 * @param tc task context