aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 15:04:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 15:04:48 +0000
commitf0e8d8a426ab418be6aa37411e94c716e461bc75 (patch)
tree8490d2cda04bd5fd8fe2e81e1a5aa4ba027e3e75 /src/fs/fs_api.h
parentc068395ea77dbb8c9d1a63f549d9c0e0c7f148f5 (diff)
downloadgnunet-f0e8d8a426ab418be6aa37411e94c716e461bc75.tar.gz
gnunet-f0e8d8a426ab418be6aa37411e94c716e461bc75.zip
-doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 83e8c3801..441e4fa9b 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -35,11 +35,6 @@
35#include "fs.h" 35#include "fs.h"
36 36
37/** 37/**
38 * Size of the individual blocks used for file-sharing.
39 */
40#define DBLOCK_SIZE (32*1024)
41
42/**
43 * Pick a multiple of 2 here to achive 8-byte alignment! We also 38 * Pick a multiple of 2 here to achive 8-byte alignment! We also
44 * probably want DBlocks to have (roughly) the same size as IBlocks. 39 * probably want DBlocks to have (roughly) the same size as IBlocks.
45 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128 40 * With SHA-512, the optimal value is 32768 byte / 128 byte = 256 (128
@@ -206,10 +201,11 @@ struct GNUNET_FS_Uri
206 struct GNUNET_CRYPTO_EccPublicKey ns; 201 struct GNUNET_CRYPTO_EccPublicKey ns;
207 202
208 /** 203 /**
209 * Human-readable identifier chosen for this 204 * Human-readable identifier chosen for this entry in the
210 * entry in the namespace. 205 * namespace.
211 */ 206 */
212 char *identifier; 207 char *identifier;
208
213 } sks; 209 } sks;
214 210
215 /** 211 /**