aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/perf_peerstore_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerstore/perf_peerstore_store.c')
-rw-r--r--src/peerstore/perf_peerstore_store.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/peerstore/perf_peerstore_store.c b/src/peerstore/perf_peerstore_store.c
index 4f5366225..e7a8fec04 100644
--- a/src/peerstore/perf_peerstore_store.c
+++ b/src/peerstore/perf_peerstore_store.c
@@ -30,12 +30,12 @@
30 30
31static int ok = 1; 31static int ok = 1;
32 32
33struct GNUNET_PEERSTORE_Handle *h; 33static struct GNUNET_PEERSTORE_Handle *h;
34 34
35char *ss = "test_peerstore_stress"; 35static char *ss = "test_peerstore_stress";
36struct GNUNET_PeerIdentity p; 36static struct GNUNET_PeerIdentity p;
37char *k = "test_peerstore_stress_key"; 37static char *k = "test_peerstore_stress_key";
38char *v = "test_peerstore_stress_val"; 38static char *v = "test_peerstore_stress_val";
39 39
40int count = 0; 40int count = 0;
41 41