aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_drq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_drq.c')
-rw-r--r--src/fs/gnunet-service-fs_drq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_drq.c b/src/fs/gnunet-service-fs_drq.c
index 27db8263d..cb941c72b 100644
--- a/src/fs/gnunet-service-fs_drq.c
+++ b/src/fs/gnunet-service-fs_drq.c
@@ -90,7 +90,7 @@ static struct GNUNET_SCHEDULER_Handle *sched;
90/** 90/**
91 * Our configuration. 91 * Our configuration.
92 */ 92 */
93const struct GNUNET_CONFIGURATION_Handle *cfg; 93static const struct GNUNET_CONFIGURATION_Handle *cfg;
94 94
95/** 95/**
96 * Head of request queue for the datastore, sorted by timeout. 96 * Head of request queue for the datastore, sorted by timeout.