aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-03 15:10:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-03 15:10:41 +0000
commitd2f2c8800aa6ea07a024c5511a1b1d23ad356090 (patch)
tree244c947db2921817c15d04b6a88a3f843e33d2a3 /src/datastore/perf_plugin_datastore.c
parent745d6c5753f2e5f163220a376d58083b2d7ff76d (diff)
downloadgnunet-d2f2c8800aa6ea07a024c5511a1b1d23ad356090.tar.gz
gnunet-d2f2c8800aa6ea07a024c5511a1b1d23ad356090.zip
new plugin API
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 +