aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-07 22:29:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-07 22:29:53 +0000
commit6304323162321afab21eadf5a0a9433dbeff4e50 (patch)
tree017b5268dfb2ef14b5ed5ef6391ad30cec088cf6 /src/datastore/perf_plugin_datastore.c
parent9366ca95afdc80db816706bcaf6dc25237309d32 (diff)
downloadgnunet-6304323162321afab21eadf5a0a9433dbeff4e50.tar.gz
gnunet-6304323162321afab21eadf5a0a9433dbeff4e50.zip
-implementing heap-based datastore backend
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index fec090571..111e57b59 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,
164 hits[i / 8] |= (1 << (i % 8)); 164 hits[i / 8] |= (1 << (i % 8));
165 165
166 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 166 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
167 "Found result type=%u, priority=%u, size=%u, expire=%llu\n", 167 "Found result %d type=%u, priority=%u, size=%u, expire=%llu\n",
168 i,
168 type, priority, size, (unsigned long long) expiration.abs_value); 169 type, priority, size, (unsigned long long) expiration.abs_value);
169 crc->cnt++; 170 crc->cnt++;
170 if (crc->cnt == PUT_10 / 4 - 1) 171 if (crc->cnt == PUT_10 / 4 - 1)