From b229a887dfd73dcb2e8bd3d54dc21878fa189ddc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 27 Oct 2010 14:32:10 +0000 Subject: seaspidering --- src/fs/test_fs.c | 2 +- src/fs/test_fs_download_recursive.c | 6 +++--- src/fs/test_fs_search_ranking.c | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/fs') 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) return fn; } -static volatile enum GNUNET_FSUI_EventType lastEvent; +static enum GNUNET_FSUI_EventType lastEvent; static struct GNUNET_MetaData *search_meta; 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 @@ static struct GNUNET_GE_Context *ectx; -volatile int download_done; +static int download_done; static char * makeName (unsigned int i) @@ -150,8 +150,8 @@ checkHierarchy (unsigned int i, const char *tree) } -static volatile enum GNUNET_FSUI_EventType lastEvent; -static volatile enum GNUNET_FSUI_EventType waitForEvent; +static enum GNUNET_FSUI_EventType lastEvent; +static enum GNUNET_FSUI_EventType waitForEvent; static struct GNUNET_FSUI_Context *ctx; static struct GNUNET_ECRS_URI *upURI; static 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) static struct GNUNET_FSUI_SearchList *search; -static volatile enum GNUNET_FSUI_EventType lastEvent; +static enum GNUNET_FSUI_EventType lastEvent; -static volatile struct GNUNET_ECRS_URI *uri; +static struct GNUNET_ECRS_URI *uri; -static volatile int availability; +static int availability; -static volatile unsigned int rank; +static unsigned int rank; -static volatile enum GNUNET_FSUI_EventType waitForEvent; +static enum GNUNET_FSUI_EventType waitForEvent; static void * eventCallback (void *cls, const GNUNET_FSUI_Event * event) -- cgit v1.2.3