aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psycstore_plugin.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-09-26 17:09:48 +0000
committerGabor X Toth <*@tg-x.net>2015-09-26 17:09:48 +0000
commit0c5cea1c26efb8b53f643a6ce6b162d9c9fe2b8f (patch)
treeda1f58068d54688c560c2cb464dc8ce4053874a1 /src/include/gnunet_psycstore_plugin.h
parent68e2709a38f9c481f96024138a6f9ae57a280a57 (diff)
downloadgnunet-0c5cea1c26efb8b53f643a6ce6b162d9c9fe2b8f.tar.gz
gnunet-0c5cea1c26efb8b53f643a6ce6b162d9c9fe2b8f.zip
psycstore: add fragment_limit arg for message_get
Diffstat (limited to 'src/include/gnunet_psycstore_plugin.h')
-rw-r--r--src/include/gnunet_psycstore_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_psycstore_plugin.h b/src/include/gnunet_psycstore_plugin.h
index b0bbfd819..bc5ac2542 100644
--- a/src/include/gnunet_psycstore_plugin.h
+++ b/src/include/gnunet_psycstore_plugin.h
@@ -154,6 +154,7 @@ struct GNUNET_PSYCSTORE_PluginFunctions
154 const struct GNUNET_CRYPTO_EddsaPublicKey *channel_key, 154 const struct GNUNET_CRYPTO_EddsaPublicKey *channel_key,
155 uint64_t first_fragment_id, 155 uint64_t first_fragment_id,
156 uint64_t last_fragment_id, 156 uint64_t last_fragment_id,
157 uint64_t fragment_limit,
157 uint64_t *returned_fragments, 158 uint64_t *returned_fragments,
158 GNUNET_PSYCSTORE_FragmentCallback cb, 159 GNUNET_PSYCSTORE_FragmentCallback cb,
159 void *cb_cls); 160 void *cb_cls);