aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index 166c7bc3b..9746b6493 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -109,6 +109,7 @@ struct GNUNET_DATACACHE_PluginFunctions
109 * 109 *
110 * @param cls closure (internal context for the plugin) 110 * @param cls closure (internal context for the plugin)
111 * @param key key to store the value under 111 * @param key key to store the value under
112 * @param am_closest are we the closest peer?
112 * @param size number of bytes in @a data 113 * @param size number of bytes in @a data
113 * @param data data to store 114 * @param data data to store
114 * @param type type of the value 115 * @param type type of the value
@@ -119,6 +120,7 @@ struct GNUNET_DATACACHE_PluginFunctions
119 */ 120 */
120 ssize_t (*put) (void *cls, 121 ssize_t (*put) (void *cls,
121 const struct GNUNET_HashCode *key, 122 const struct GNUNET_HashCode *key,
123 int am_closest,
122 size_t size, 124 size_t size,
123 const char *data, 125 const char *data,
124 enum GNUNET_BLOCK_Type type, 126 enum GNUNET_BLOCK_Type type,