aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-03-27 21:07:32 -0500
committerDavid Barksdale <amatus@amat.us>2017-03-27 21:09:59 -0500
commitb95646624c640ac3f1ed74d5474b090f46af745c (patch)
treeea2a1da8e21ea2112f612674ac378bf0c9e8b574 /src/datastore/perf_datastore_api.c
parentd486f5da0f495d817a19efd077501c25e4eef6fa (diff)
downloadgnunet-b95646624c640ac3f1ed74d5474b090f46af745c.tar.gz
gnunet-b95646624c640ac3f1ed74d5474b090f46af745c.zip
[datastore] Fix performance tests after API change
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 4f1f99a5c..10d9cf72e 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -303,6 +303,7 @@ remove_next (void *cls,
303 * @param type type of the content 303 * @param type type of the content
304 * @param priority priority of the content 304 * @param priority priority of the content
305 * @param anonymity anonymity-level for the content 305 * @param anonymity anonymity-level for the content
306 * @param replication replication-level for the content
306 * @param expiration expiration time for the content 307 * @param expiration expiration time for the content
307 * @param uid unique identifier for the datum; 308 * @param uid unique identifier for the datum;
308 * maybe 0 if no unique identifier is available 309 * maybe 0 if no unique identifier is available
@@ -315,6 +316,7 @@ delete_value (void *cls,
315 enum GNUNET_BLOCK_Type type, 316 enum GNUNET_BLOCK_Type type,
316 uint32_t priority, 317 uint32_t priority,
317 uint32_t anonymity, 318 uint32_t anonymity,
319 uint32_t replication,
318 struct GNUNET_TIME_Absolute expiration, 320 struct GNUNET_TIME_Absolute expiration,
319 uint64_t uid) 321 uint64_t uid)
320{ 322{