aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-04 12:39:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-04 12:39:07 +0000
commit8111b29a93408e1befe322c87b468d6a86a8ae66 (patch)
tree363488aebad790bc17d7b05ceb1d53c53c4ddcb0 /src/fs/gnunet-service-fs.h
parent8ef6a251c80c2a57e470e5928c44954b2d582484 (diff)
downloadgnunet-8111b29a93408e1befe322c87b468d6a86a8ae66.tar.gz
gnunet-8111b29a93408e1befe322c87b468d6a86a8ae66.zip
fixes
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index de83e1b10..d16b1a856 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -99,6 +99,13 @@ extern double GSF_current_priorities;
99extern unsigned int GSF_cover_query_count; 99extern unsigned int GSF_cover_query_count;
100 100
101 101
102/**
103 * Our block context.
104 */
105extern struct GNUNET_BLOCK_Context *GSF_block_ctx;
106
107
108
102 109
103#endif 110#endif
104/* end of gnunet-service-fs.h */ 111/* end of gnunet-service-fs.h */