aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_search_ranking.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-27 14:32:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-27 14:32:10 +0000
commitb229a887dfd73dcb2e8bd3d54dc21878fa189ddc (patch)
treefbe712d4bf6842f74c464eafaffd365649869b5d /src/fs/test_fs_search_ranking.c
parent6ba9ee7b1d1c3e1ba90ad4e936672c6a3b1b99da (diff)
downloadgnunet-b229a887dfd73dcb2e8bd3d54dc21878fa189ddc.tar.gz
gnunet-b229a887dfd73dcb2e8bd3d54dc21878fa189ddc.zip
seaspidering
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)