aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-09 13:23:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-09 13:23:36 +0000
commitcd010104a8f0ce3d5d665de8393e68ec7a59d079 (patch)
tree6ccade36654c30de6b3aa079061787c55b4ef778 /src/fs
parent4f038a57cede666fd7b91bdc11e876753b52a4a1 (diff)
-monkey integration
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs.conf.in3
-rw-r--r--src/fs/gnunet-download.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/fs/fs.conf.in b/src/fs/fs.conf.in
index c9748a73a8..2375dc7ec2 100644
--- a/src/fs/fs.conf.in
+++ b/src/fs/fs.conf.in
@@ -47,9 +47,6 @@ MIN_MIGRATION_DELAY = 100 ms
# For how many neighbouring peers should we allocate hash maps?
EXPECTED_NEIGHBOUR_COUNT = 128
-# Enable monkey?
-# PREFIX = @MONKEYPREFIX@
-
# Disable anonymous file-sharing (but keep non-anonymous transfers)?
# This option is mostly for testing.
DISABLE_ANON_TRANSFER = NO
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 30081f0b49..5001d4c342 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -121,7 +121,7 @@ display_bar (unsigned long long x,
* for this operation; should be set to NULL for
* SUSPEND and STOPPED events). The value returned
* will be passed to future callbacks in the respective
- * field in the GNUNET_FS_ProgressInfo struct.
+ * field in the `struct GNUNET_FS_ProgressInfo`
*/
static void *
progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)