diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-12-07 22:29:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-12-07 22:29:53 +0000 |
commit | 6304323162321afab21eadf5a0a9433dbeff4e50 (patch) | |
tree | 017b5268dfb2ef14b5ed5ef6391ad30cec088cf6 /src/datastore/perf_plugin_datastore.c | |
parent | 9366ca95afdc80db816706bcaf6dc25237309d32 (diff) |
-implementing heap-based datastore backend
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r-- | src/datastore/perf_plugin_datastore.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index fec0905711..111e57b592 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.c @@ -164,7 +164,8 @@ iterate_zeros (void *cls, const struct GNUNET_HashCode * key, uint32_t size, hits[i / 8] |= (1 << (i % 8)); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Found result type=%u, priority=%u, size=%u, expire=%llu\n", + "Found result %d type=%u, priority=%u, size=%u, expire=%llu\n", + i, type, priority, size, (unsigned long long) expiration.abs_value); crc->cnt++; if (crc->cnt == PUT_10 / 4 - 1) |