aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_recursive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download_recursive.c')
-rw-r--r--src/fs/test_fs_download_recursive.c6
1 files changed, 3 insertions, 3 deletions
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;