aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 56604185f..bee814318 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -167,7 +167,8 @@ 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 GSF_test_get_load_too_high_ (uint32_t priority); 170int
171GSF_test_get_load_too_high_ (uint32_t priority);
171 172
172 173
173/** 174/**
@@ -176,7 +177,8 @@ int GSF_test_get_load_too_high_ (uint32_t priority);
176 * 177 *
177 * @param start time when the datastore request was issued 178 * @param start time when the datastore request was issued
178 */ 179 */
179void GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start); 180void
181GSF_update_datastore_delay_ (struct GNUNET_TIME_Absolute start);
180 182
181 183
182 184