aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arm/arm.conf.in2
-rw-r--r--src/fs/fs.conf.in3
-rw-r--r--src/fs/gnunet-download.c2
3 files changed, 2 insertions, 5 deletions
diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index e7620b8ff..b9a33242f 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -17,7 +17,7 @@ UNIX_MATCH_GID = YES
17# logging with a new log file each day. Note that only the last 3 17# logging with a new log file each day. Note that only the last 3
18# log files are preserved. 18# log files are preserved.
19# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-%Y-%m-%d.log 19# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-%Y-%m-%d.log
20# GLOBAL_PREFIX = 20GLOBAL_PREFIX = @MONKEYPREFIX@
21# USERNAME = 21# USERNAME =
22# MAXBUF = 22# MAXBUF =
23# TIMEOUT = 23# TIMEOUT =
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index c9748a73a..2375dc7ec 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -47,9 +47,6 @@ MIN_MIGRATION_DELAY = 100 ms
47# For how many neighbouring peers should we allocate hash maps? 47# For how many neighbouring peers should we allocate hash maps?
48EXPECTED_NEIGHBOUR_COUNT = 128 48EXPECTED_NEIGHBOUR_COUNT = 128
49 49
50# Enable monkey?
51# PREFIX = @MONKEYPREFIX@
52
53# Disable anonymous file-sharing (but keep non-anonymous transfers)? 50# Disable anonymous file-sharing (but keep non-anonymous transfers)?
54# This option is mostly for testing. 51# This option is mostly for testing.
55DISABLE_ANON_TRANSFER = NO 52DISABLE_ANON_TRANSFER = NO
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 30081f0b4..5001d4c34 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -121,7 +121,7 @@ display_bar (unsigned long long x,
121 * for this operation; should be set to NULL for 121 * for this operation; should be set to NULL for
122 * SUSPEND and STOPPED events). The value returned 122 * SUSPEND and STOPPED events). The value returned
123 * will be passed to future callbacks in the respective 123 * will be passed to future callbacks in the respective
124 * field in the GNUNET_FS_ProgressInfo struct. 124 * field in the `struct GNUNET_FS_ProgressInfo`
125 */ 125 */
126static void * 126static void *
127progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) 127progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)