aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_fs.c2
-rw-r--r--src/fs/test_fs_download_recursive.c6
-rw-r--r--src/fs/test_fs_search_ranking.c10
3 files changed, 9 insertions, 9 deletions
diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c
index a073e1234..f9621949e 100644
--- a/src/fs/test_fs.c
+++ b/src/fs/test_fs.c
@@ -47,7 +47,7 @@ makeName (unsigned int i)
47 return fn; 47 return fn;
48} 48}
49 49
50static volatile enum GNUNET_FSUI_EventType lastEvent; 50static enum GNUNET_FSUI_EventType lastEvent;
51 51
52static struct GNUNET_MetaData *search_meta; 52static struct GNUNET_MetaData *search_meta;
53 53
diff --git a/src/fs/test_fs_download_recursive.c b/src/fs/test_fs_download_recursive.c
index 1c8df5d0d..20f681f11 100644
--- a/src/fs/test_fs_download_recursive.c
+++ b/src/fs/test_fs_download_recursive.c
@@ -39,7 +39,7 @@
39 39
40static struct GNUNET_GE_Context *ectx; 40static struct GNUNET_GE_Context *ectx;
41 41
42volatile int download_done; 42static int download_done;
43 43
44static char * 44static char *
45makeName (unsigned int i) 45makeName (unsigned int i)
@@ -150,8 +150,8 @@ checkHierarchy (unsigned int i, const char *tree)
150} 150}
151 151
152 152
153static volatile enum GNUNET_FSUI_EventType lastEvent; 153static enum GNUNET_FSUI_EventType lastEvent;
154static volatile enum GNUNET_FSUI_EventType waitForEvent; 154static enum GNUNET_FSUI_EventType waitForEvent;
155static struct GNUNET_FSUI_Context *ctx; 155static struct GNUNET_FSUI_Context *ctx;
156static struct GNUNET_ECRS_URI *upURI; 156static struct GNUNET_ECRS_URI *upURI;
157static struct GNUNET_FSUI_DownloadList *download; 157static struct GNUNET_FSUI_DownloadList *download;
diff --git a/src/fs/test_fs_search_ranking.c b/src/fs/test_fs_search_ranking.c
index 13ef92620..8c75bc1b1 100644
--- a/src/fs/test_fs_search_ranking.c
+++ b/src/fs/test_fs_search_ranking.c
@@ -48,15 +48,15 @@ makeName (unsigned int i)
48 48
49static struct GNUNET_FSUI_SearchList *search; 49static struct GNUNET_FSUI_SearchList *search;
50 50
51static volatile enum GNUNET_FSUI_EventType lastEvent; 51static enum GNUNET_FSUI_EventType lastEvent;
52 52
53static volatile struct GNUNET_ECRS_URI *uri; 53static struct GNUNET_ECRS_URI *uri;
54 54
55static volatile int availability; 55static int availability;
56 56
57static volatile unsigned int rank; 57static unsigned int rank;
58 58
59static volatile enum GNUNET_FSUI_EventType waitForEvent; 59static enum GNUNET_FSUI_EventType waitForEvent;
60 60
61static void * 61static void *
62eventCallback (void *cls, const GNUNET_FSUI_Event * event) 62eventCallback (void *cls, const GNUNET_FSUI_Event * event)