aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/gnunet-service-fs.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index bee814318..ef2eebc8d 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -137,13 +137,13 @@ extern struct GNUNET_LOAD_Value *GSF_rt_entry_lifetime;
137extern double GSF_current_priorities; 137extern double GSF_current_priorities;
138 138
139/** 139/**
140 * How many query messages have we received 'recently' that 140 * How many query messages have we received 'recently' that
141 * have not yet been claimed as cover traffic? 141 * have not yet been claimed as cover traffic?
142 */ 142 */
143extern unsigned int GSF_cover_query_count; 143extern unsigned int GSF_cover_query_count;
144 144
145/** 145/**
146 * How many content messages have we received 'recently' that 146 * How many content messages have we received 'recently' that
147 * have not yet been claimed as cover traffic? 147 * have not yet been claimed as cover traffic?
148 */ 148 */
149extern unsigned int GSF_cover_content_count; 149extern unsigned int GSF_cover_content_count;
@@ -161,8 +161,8 @@ extern int GSF_enable_randomized_delays;
161/** 161/**
162 * Test if the DATABASE (GET) load on this peer is too high 162 * Test if the DATABASE (GET) load on this peer is too high
163 * to even consider processing the query at 163 * to even consider processing the query at
164 * all. 164 * all.
165 * 165 *
166 * @return GNUNET_YES if the load is too high to do anything (load high) 166 * @return GNUNET_YES if the load is too high to do anything (load high)
167 * GNUNET_NO to process normally (load normal) 167 * GNUNET_NO to process normally (load normal)
168 * GNUNET_SYSERR to process for free (load low) 168 * GNUNET_SYSERR to process for free (load low)