summaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/plugin_block_dht.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/plugin_block_dht.c b/src/dht/plugin_block_dht.c
index 74498746c..96349ae9d 100644
--- a/src/dht/plugin_block_dht.c
+++ b/src/dht/plugin_block_dht.c
@@ -92,6 +92,7 @@ block_plugin_dht_create_group (void *cls,
92 * request evaluation, simply pass "NULL" for the @a reply_block. 92 * request evaluation, simply pass "NULL" for the @a reply_block.
93 * 93 *
94 * @param cls closure 94 * @param cls closure
95 * @param ctx context
95 * @param type block type 96 * @param type block type
96 * @param group block group to check against 97 * @param group block group to check against
97 * @param eo control flags 98 * @param eo control flags
@@ -104,6 +105,7 @@ block_plugin_dht_create_group (void *cls,
104 */ 105 */
105static enum GNUNET_BLOCK_EvaluationResult 106static enum GNUNET_BLOCK_EvaluationResult
106block_plugin_dht_evaluate (void *cls, 107block_plugin_dht_evaluate (void *cls,
108 struct GNUNET_BLOCK_Context *ctx,
107 enum GNUNET_BLOCK_Type type, 109 enum GNUNET_BLOCK_Type type,
108 struct GNUNET_BLOCK_Group *group, 110 struct GNUNET_BLOCK_Group *group,
109 enum GNUNET_BLOCK_EvaluationOptions eo, 111 enum GNUNET_BLOCK_EvaluationOptions eo,