diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-04 19:17:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-04 19:17:57 +0200 |
commit | b670eec1c0ea387ae31b52dd0d51c1422949a55c (patch) | |
tree | 5abaffddad0c258e6b166ada4ef3fb97ba51b5d1 /src/datacache/test_datacache_quota.c | |
parent | 2b99bddcb6961cfda34087138acdda4b8b9ccb9f (diff) | |
parent | 41cbe10b783a0741c75566232886f262cd779fbb (diff) |
merge benchmark changes
Diffstat (limited to 'src/datacache/test_datacache_quota.c')
-rw-r--r-- | src/datacache/test_datacache_quota.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/datacache/test_datacache_quota.c b/src/datacache/test_datacache_quota.c index 78b56ce425..35357a8d28 100644 --- a/src/datacache/test_datacache_quota.c +++ b/src/datacache/test_datacache_quota.c @@ -73,7 +73,15 @@ run (void *cls, char *const *args, const char *cfgfile, { exp.abs_value_us++; buf[j] = i; - ASSERT (GNUNET_OK == GNUNET_DATACACHE_put (h, &k, j, buf, 1 + i, exp, 0, NULL)); + ASSERT (GNUNET_OK == GNUNET_DATACACHE_put (h, + &k, + GNUNET_YES, + j, + buf, + 1 + i, + exp, + 0, + NULL)); ASSERT (0 < GNUNET_DATACACHE_get (h, &k, 1 + i, NULL, NULL)); } k = n; |