aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_block_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_block_lib.h')
-rw-r--r--src/include/gnunet_block_lib.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index af61dcfb0..fdccbab78 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -19,6 +19,9 @@
19 */ 19 */
20 20
21/** 21/**
22 * @addtogroup dht_libs DHT and support libraries
23 * @{
24 *
22 * @author Christian Grothoff 25 * @author Christian Grothoff
23 * 26 *
24 * @file 27 * @file
@@ -31,6 +34,7 @@
31#ifndef GNUNET_BLOCK_LIB_H 34#ifndef GNUNET_BLOCK_LIB_H
32#define GNUNET_BLOCK_LIB_H 35#define GNUNET_BLOCK_LIB_H
33 36
37
34#include "gnunet_util_lib.h" 38#include "gnunet_util_lib.h"
35#include "gnunet_dht_block_types.h" 39#include "gnunet_dht_block_types.h"
36 40
@@ -128,7 +132,6 @@ struct GNUNET_BLOCK_Group;
128 * 132 *
129 * @param ctx block context in which the block group is created 133 * @param ctx block context in which the block group is created
130 * @param type type of the block for which we are creating the group 134 * @param type type of the block for which we are creating the group
131 * @param nonce random value used to seed the group creation
132 * @param raw_data optional serialized prior state of the group, NULL if unavailable/fresh 135 * @param raw_data optional serialized prior state of the group, NULL if unavailable/fresh
133 * @param raw_data_size number of bytes in @a raw_data, 0 if unavailable/fresh 136 * @param raw_data_size number of bytes in @a raw_data, 0 if unavailable/fresh
134 * @param ... type-specific additional data, can be empty 137 * @param ... type-specific additional data, can be empty
@@ -269,7 +272,7 @@ GNUNET_BLOCK_group_set_seen (struct GNUNET_BLOCK_Group *bg,
269 272
270/** 273/**
271 * Try merging two block groups. Afterwards, @a bg1 should remain 274 * Try merging two block groups. Afterwards, @a bg1 should remain
272 * valid and contain the rules from both @a bg1 and @bg2, and 275 * valid and contain the rules from both @a bg1 and @a bg2, and
273 * @a bg2 should be destroyed (as part of this call). The latter 276 * @a bg2 should be destroyed (as part of this call). The latter
274 * should happen even if merging is not supported. 277 * should happen even if merging is not supported.
275 * 278 *
@@ -296,4 +299,6 @@ GNUNET_BLOCK_group_merge (struct GNUNET_BLOCK_Group *bg1,
296 299
297/** @} */ /* end of group */ 300/** @} */ /* end of group */
298 301
302/** @} */ /* end of group addition */
303
299/* end of gnunet_block_lib.h */ 304/* end of gnunet_block_lib.h */