diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-04 19:17:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-04 19:17:57 +0200 |
commit | b670eec1c0ea387ae31b52dd0d51c1422949a55c (patch) | |
tree | 5abaffddad0c258e6b166ada4ef3fb97ba51b5d1 /src/datacache/plugin_datacache_template.c | |
parent | 2b99bddcb6961cfda34087138acdda4b8b9ccb9f (diff) | |
parent | 41cbe10b783a0741c75566232886f262cd779fbb (diff) |
merge benchmark changes
Diffstat (limited to 'src/datacache/plugin_datacache_template.c')
-rw-r--r-- | src/datacache/plugin_datacache_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datacache/plugin_datacache_template.c b/src/datacache/plugin_datacache_template.c index b9baa64d34..1064d31254 100644 --- a/src/datacache/plugin_datacache_template.c +++ b/src/datacache/plugin_datacache_template.c @@ -45,6 +45,7 @@ struct Plugin * * @param cls closure (our `struct Plugin`) * @param key key to store @a data under + * @param xor_distance distance of @a key to our PID * @param size number of bytes in @a data * @param data data to store * @param type type of the value @@ -56,6 +57,7 @@ struct Plugin static ssize_t template_plugin_put (void *cls, const struct GNUNET_HashCode *key, + uint32_t xor_distance, size_t size, const char *data, enum GNUNET_BLOCK_Type type, |