aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 20:17:39 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 20:17:39 +0000
commit3140154d46212e08e0d73ed891a66213a6813075 (patch)
tree018a55a3899207664b388fcf47a679ca54ca6fbf /src/datastore/perf_datastore_api.c
parentd5fd881c2a044474b54ddf03b6ab8be8d2b75927 (diff)
downloadgnunet-3140154d46212e08e0d73ed891a66213a6813075.tar.gz
gnunet-3140154d46212e08e0d73ed891a66213a6813075.zip
refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql backend
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 97774198c..4f1f99a5c 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -332,7 +332,6 @@ delete_value (void *cls,
332 key, 332 key,
333 size, 333 size,
334 data, 1, 1, 334 data, 1, 1,
335 TIMEOUT,
336 &remove_next, crc)); 335 &remove_next, crc));
337} 336}
338 337
@@ -396,7 +395,6 @@ run_continuation (void *cls)
396 (GNUNET_CRYPTO_QUALITY_WEAK, 1000))), 395 (GNUNET_CRYPTO_QUALITY_WEAK, 1000))),
397 1, 396 1,
398 1, 397 1,
399 TIMEOUT,
400 &check_success, crc)); 398 &check_success, crc));
401 break; 399 break;
402 case RP_CUT: 400 case RP_CUT:
@@ -404,7 +402,6 @@ run_continuation (void *cls)
404 GNUNET_assert (NULL != 402 GNUNET_assert (NULL !=
405 GNUNET_DATASTORE_get_for_replication (datastore, 403 GNUNET_DATASTORE_get_for_replication (datastore,
406 1, 1, 404 1, 1,
407 TIMEOUT,
408 &delete_value, 405 &delete_value,
409 crc)); 406 crc));
410 break; 407 break;
@@ -466,7 +463,6 @@ run_continuation (void *cls)
466 (GNUNET_CRYPTO_QUALITY_WEAK, 1000))), 463 (GNUNET_CRYPTO_QUALITY_WEAK, 1000))),
467 1, 464 1,
468 1, 465 1,
469 TIMEOUT,
470 &check_success, crc)); 466 &check_success, crc));
471 break; 467 break;
472 468
@@ -573,7 +569,6 @@ run (void *cls,
573 0, 0, 0, 569 0, 0, 0,
574 GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_SECONDS), 570 GNUNET_TIME_relative_to_absolute (GNUNET_TIME_UNIT_SECONDS),
575 0, 1, 571 0, 1,
576 TIMEOUT,
577 &run_tests, crc)) 572 &run_tests, crc))
578 { 573 {
579 FPRINTF (stderr, 574 FPRINTF (stderr,