aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/test_peerstore_api_watch.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_watch.c
parentfc1de993fe149c3b32f8d5687d4d77ae5999d444 (diff)
downloadgnunet-35ce6b5cad883871e481512794c1f4e5603e2734.tar.gz
gnunet-35ce6b5cad883871e481512794c1f4e5603e2734.zip
new sensors + fixes
Diffstat (limited to 'src/peerstore/test_peerstore_api_watch.c')
-rw-r--r--src/peerstore/test_peerstore_api_watch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/peerstore/test_peerstore_api_watch.c b/src/peerstore/test_peerstore_api_watch.c
index b8d0a0cce..2ab67eeb9 100644
--- a/src/peerstore/test_peerstore_api_watch.c
+++ b/src/peerstore/test_peerstore_api_watch.c
@@ -28,12 +28,12 @@
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_watch"; 33static char *ss = "test_peerstore_api_watch";
34struct GNUNET_PeerIdentity p; 34static struct GNUNET_PeerIdentity p;
35char *k = "test_peerstore_api_watch_key"; 35static char *k = "test_peerstore_api_watch_key";
36char *val = "test_peerstore_api_watch_val"; 36static char *val = "test_peerstore_api_watch_val";
37 37
38static int 38static int
39watch_cb(void *cls, 39watch_cb(void *cls,