aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-20 15:14:44 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-20 15:14:44 +0000
commit18656ea25708198199589ac8c32c360f2ee1a544 (patch)
tree817dc1fe18dc53fe70bc647f0383cdd7d403af59 /src/datastore/perf_datastore_api.c
parenta2cd9dd7848a038d7006c4766ced886c9538c956 (diff)
downloadgnunet-18656ea25708198199589ac8c32c360f2ee1a544.tar.gz
gnunet-18656ea25708198199589ac8c32c360f2ee1a544.zip
-fixes for api change in testing library
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 6b7a73640..b690610f5 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -295,7 +295,8 @@ run_tests (void *cls, int success, struct GNUNET_TIME_Absolute min_expiration, c
295 295
296static void 296static void
297run (void *cls, 297run (void *cls,
298 const struct GNUNET_CONFIGURATION_Handle *cfg) 298 const struct GNUNET_CONFIGURATION_Handle *cfg,
299 struct GNUNET_TESTING_Peer *peer)
299{ 300{
300 struct CpsRunContext *crc; 301 struct CpsRunContext *crc;
301 static struct GNUNET_HashCode zkey; 302 static struct GNUNET_HashCode zkey;