summaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 792b43049..ed7cd2e7b 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -147,6 +147,10 @@ extern unsigned int GSF_cover_content_count;
147 */ 147 */
148extern struct GNUNET_BLOCK_Context *GSF_block_ctx; 148extern struct GNUNET_BLOCK_Context *GSF_block_ctx;
149 149
150/**
151 * Are we introducing randomized delays for better anonymity?
152 */
153extern int GSF_enable_randomized_delays;
150 154
151/** 155/**
152 * Test if the DATABASE (GET) load on this peer is too high 156 * Test if the DATABASE (GET) load on this peer is too high