aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/test_peerstore_api_iterate.c
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-19 19:52:09 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-19 19:52:09 +0000
commit35ce6b5cad883871e481512794c1f4e5603e2734 (patch)
tree226b03cc13b17a09221ea7ef7f2d17c7a9b39805 /src/peerstore/test_peerstore_api_iterate.c
parentfc1de993fe149c3b32f8d5687d4d77ae5999d444 (diff)
downloadgnunet-35ce6b5cad883871e481512794c1f4e5603e2734.tar.gz
gnunet-35ce6b5cad883871e481512794c1f4e5603e2734.zip
new sensors + fixes
Diffstat (limited to 'src/peerstore/test_peerstore_api_iterate.c')
-rw-r--r--src/peerstore/test_peerstore_api_iterate.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/peerstore/test_peerstore_api_iterate.c b/src/peerstore/test_peerstore_api_iterate.c
index 0655be25f..515e8f7df 100644
--- a/src/peerstore/test_peerstore_api_iterate.c
+++ b/src/peerstore/test_peerstore_api_iterate.c
@@ -28,16 +28,16 @@
28 28
29static int ok = 1; 29static int ok = 1;
30 30
31struct GNUNET_PEERSTORE_Handle *h; 31static struct GNUNET_PEERSTORE_Handle *h;
32 32
33char *ss = "test_peerstore_api_iterate"; 33static char *ss = "test_peerstore_api_iterate";
34struct GNUNET_PeerIdentity p1; 34static struct GNUNET_PeerIdentity p1;
35struct GNUNET_PeerIdentity p2; 35static struct GNUNET_PeerIdentity p2;
36char *k1 = "test_peerstore_api_iterate_key1"; 36static char *k1 = "test_peerstore_api_iterate_key1";
37char *k2 = "test_peerstore_api_iterate_key2"; 37static char *k2 = "test_peerstore_api_iterate_key2";
38char *k3 = "test_peerstore_api_iterate_key3"; 38static char *k3 = "test_peerstore_api_iterate_key3";
39char *val = "test_peerstore_api_iterate_val"; 39static char *val = "test_peerstore_api_iterate_val";
40int count = 0; 40static int count = 0;
41 41
42static int 42static int
43iter3_cb(void *cls, 43iter3_cb(void *cls,