aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_block_gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/plugin_block_gns.c')
-rw-r--r--src/gns/plugin_block_gns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gns/plugin_block_gns.c b/src/gns/plugin_block_gns.c
index 2ef48f094..558ded6f4 100644
--- a/src/gns/plugin_block_gns.c
+++ b/src/gns/plugin_block_gns.c
@@ -98,6 +98,7 @@ block_plugin_gns_create_group (void *cls,
98 * be done with the "get_key" function. 98 * be done with the "get_key" function.
99 * 99 *
100 * @param cls closure 100 * @param cls closure
101 * @param ctx block context
101 * @param type block type 102 * @param type block type
102 * @param bg block group to use for evaluation 103 * @param bg block group to use for evaluation
103 * @param eo control flags 104 * @param eo control flags
@@ -110,6 +111,7 @@ block_plugin_gns_create_group (void *cls,
110 */ 111 */
111static enum GNUNET_BLOCK_EvaluationResult 112static enum GNUNET_BLOCK_EvaluationResult
112block_plugin_gns_evaluate (void *cls, 113block_plugin_gns_evaluate (void *cls,
114 struct GNUNET_BLOCK_Context *ctx,
113 enum GNUNET_BLOCK_Type type, 115 enum GNUNET_BLOCK_Type type,
114 struct GNUNET_BLOCK_Group *bg, 116 struct GNUNET_BLOCK_Group *bg,
115 enum GNUNET_BLOCK_EvaluationOptions eo, 117 enum GNUNET_BLOCK_EvaluationOptions eo,