aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/fs/gnunet-service-fs.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index bee814318..56604185f 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -167,8 +167,7 @@ extern int GSF_enable_randomized_delays;
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)
169 */ 169 */
170int 170int GSF_test_get_load_too_high_ (uint32_t priority);
171GSF_test_get_load_too_high_ (uint32_t priority);
172 171
173 172
174/** 173/**
@@ -177,8 +176,7 @@ GSF_test_get_load_too_high_ (uint32_t priority);
177 * 176 *
178 * @param start time when the datastore request was issued 177 * @param start time when the datastore request was issued
179 */ 178 */
180void 179void GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start);
181GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start);
182 180
183 181
184 182