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