aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-27 08:55:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-27 08:55:57 +0000
commit826ff84e75d9133c6493e5c4bc0fd89342b8a7bb (patch)
tree5040e6ebe54460cd16701d92aa76a3403585cb64 /src/fs
parent90c0277126a2908ad9f169d599b38df7e4fc1218 (diff)
downloadgnunet-826ff84e75d9133c6493e5c4bc0fd89342b8a7bb.tar.gz
gnunet-826ff84e75d9133c6493e5c4bc0fd89342b8a7bb.zip
-doxygen
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index ebb0a3261..fd3a7073d 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -211,6 +211,7 @@ GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start)
211 * to even consider processing the query at 211 * to even consider processing the query at
212 * all. 212 * all.
213 * 213 *
214 * @param priority priority of the request (used as a reference point to compare with the load)
214 * @return GNUNET_YES if the load is too high to do anything (load high) 215 * @return GNUNET_YES if the load is too high to do anything (load high)
215 * GNUNET_NO to process normally (load normal) 216 * GNUNET_NO to process normally (load normal)
216 * GNUNET_SYSERR to process for free (load low) 217 * GNUNET_SYSERR to process for free (load low)