diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-03 15:10:41 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-03 15:10:41 +0000 |
commit | d2f2c8800aa6ea07a024c5511a1b1d23ad356090 (patch) | |
tree | 244c947db2921817c15d04b6a88a3f843e33d2a3 /src/datastore/perf_plugin_datastore.c | |
parent | 745d6c5753f2e5f163220a376d58083b2d7ff76d (diff) |
new plugin API
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r-- | src/datastore/perf_plugin_datastore.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index facf7be670..cb25da46b3 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) &key, size, value, - i, + i /* type */, prio, - i, + i /* anonymity */, + 0 /* replication */, GNUNET_TIME_relative_to_absolute (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 60 * 60 * 60 * 1000 + |