aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index facf7be67..cb25da46b 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -125,9 +125,10 @@ putValue (struct GNUNET_DATASTORE_PluginFunctions * api, int i, int k)
125 &key, 125 &key,
126 size, 126 size,
127 value, 127 value,
128 i, 128 i /* type */,
129 prio, 129 prio,
130 i, 130 i /* anonymity */,
131 0 /* replication */,
131 GNUNET_TIME_relative_to_absolute 132 GNUNET_TIME_relative_to_absolute
132 (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 133 (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS,
133 60 * 60 * 60 * 1000 + 134 60 * 60 * 60 * 1000 +