aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 08:29:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 08:29:18 +0000
commitc6e5a96f679fe6e35e29792e4992fa337a3b69b5 (patch)
tree6545980d1373ba9c59e2dbcb9547dde22fd11881 /src/block
parent3b1601c14f00f204e26706799ff85ed8bc132569 (diff)
downloadgnunet-c6e5a96f679fe6e35e29792e4992fa337a3b69b5.tar.gz
gnunet-c6e5a96f679fe6e35e29792e4992fa337a3b69b5.zip
-doxygen
Diffstat (limited to 'src/block')
-rw-r--r--src/block/plugin_block_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/block/plugin_block_test.c b/src/block/plugin_block_test.c
index dacf04535..eaffa361f 100644
--- a/src/block/plugin_block_test.c
+++ b/src/block/plugin_block_test.c
@@ -43,11 +43,11 @@
43 * @param type block type 43 * @param type block type
44 * @param query original query (hash) 44 * @param query original query (hash)
45 * @param bf pointer to bloom filter associated with query; possibly updated (!) 45 * @param bf pointer to bloom filter associated with query; possibly updated (!)
46 * @param bf_mutator mutation value for bf 46 * @param bf_mutator mutation value for @a bf
47 * @param xquery extrended query data (can be NULL, depending on type) 47 * @param xquery extrended query data (can be NULL, depending on type)
48 * @param xquery_size number of bytes in xquery 48 * @param xquery_size number of bytes in @a xquery
49 * @param reply_block response to validate 49 * @param reply_block response to validate
50 * @param reply_block_size number of bytes in reply block 50 * @param reply_block_size number of bytes in @a reply_block
51 * @return characterization of result 51 * @return characterization of result
52 */ 52 */
53static enum GNUNET_BLOCK_EvaluationResult 53static enum GNUNET_BLOCK_EvaluationResult
@@ -96,7 +96,7 @@ block_plugin_test_evaluate (void *cls, enum GNUNET_BLOCK_Type type,
96 * @param cls closure 96 * @param cls closure
97 * @param type block type 97 * @param type block type
98 * @param block block to get the key for 98 * @param block block to get the key for
99 * @param block_size number of bytes in block 99 * @param block_size number of bytes in @a block
100 * @param key set to the key (query) for the given block 100 * @param key set to the key (query) for the given block
101 * @return GNUNET_OK on success, GNUNET_SYSERR if type not supported 101 * @return GNUNET_OK on success, GNUNET_SYSERR if type not supported
102 * (or if extracting a key from a block of this type does not work) 102 * (or if extracting a key from a block of this type does not work)