aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 14:13:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 14:13:34 +0000
commitd3bc881af7dd585c41815978bba34a31f9d85e76 (patch)
tree6e0711cc3d09339e8bbdce34cd19f6c28ae21319 /src/fs/gnunet-service-fs.c
parent4a1ca08e193f4e30ec1abf6e3fea2f57aafd67bb (diff)
downloadgnunet-d3bc881af7dd585c41815978bba34a31f9d85e76.tar.gz
gnunet-d3bc881af7dd585c41815978bba34a31f9d85e76.zip
another place
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index add1814b4..4d0d13c97 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -2275,7 +2275,7 @@ test_get_load_too_high (uint32_t priority)
2275 return GNUNET_NO; 2275 return GNUNET_NO;
2276 } 2276 }
2277 GNUNET_STATISTICS_update (stats, 2277 GNUNET_STATISTICS_update (stats,
2278 gettext_noop ("# requests dropped due to high load"), 2278 gettext_noop ("# priority determined to be high"),
2279 1, 2279 1,
2280 GNUNET_NO); 2280 GNUNET_NO);
2281 return GNUNET_YES; 2281 return GNUNET_YES;
@@ -4016,7 +4016,10 @@ handle_p2p_get (void *cls,
4016 gettext_noop ("# requests dropped due to high load"), 4016 gettext_noop ("# requests dropped due to high load"),
4017 1, 4017 1,
4018 GNUNET_NO); 4018 GNUNET_NO);
4019#if 0
4020 /* FIXME: this causes problems... */
4019 return GNUNET_OK; 4021 return GNUNET_OK;
4022#endif
4020 } 4023 }
4021#if DEBUG_FS 4024#if DEBUG_FS
4022 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 4025 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,