X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffs%2Fplugin_block_fs.c;h=c5e63c9e2f79c40cc9809ef576bda6375960048f;hb=82242cae3bb6313ee10df20570e4c14627828033;hp=b6749b4183be10059d65941fa5a27ecbd6f577f1;hpb=cc8f37a834298d95c233769d19eb9cd17e3dbcfd;p=oweals%2Fgnunet.git diff --git a/src/fs/plugin_block_fs.c b/src/fs/plugin_block_fs.c index b6749b418..c5e63c9e2 100644 --- a/src/fs/plugin_block_fs.c +++ b/src/fs/plugin_block_fs.c @@ -109,6 +109,7 @@ block_plugin_fs_create_group (void *cls, * be done with the #GNUNET_BLOCK_get_key() function. * * @param cls closure + * @param ctx block context * @param type block type * @param bg group to use for evaluation * @param eo control flags @@ -121,6 +122,7 @@ block_plugin_fs_create_group (void *cls, */ static enum GNUNET_BLOCK_EvaluationResult block_plugin_fs_evaluate (void *cls, + struct GNUNET_BLOCK_Context *ctx, enum GNUNET_BLOCK_Type type, struct GNUNET_BLOCK_Group *bg, enum GNUNET_BLOCK_EvaluationOptions eo,