aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-23 09:19:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-23 09:19:19 +0000
commite730bd4b9d68a38b3d4277f6222369de61da8225 (patch)
treed27eaabe8d6450d7056b726aaf7a2b4c9d2ff9af /src/dht/gnunet-service-dht_routing.c
parentb4c960a89653aeab4a3ef1f6102623bbb9c92f44 (diff)
downloadgnunet-e730bd4b9d68a38b3d4277f6222369de61da8225.tar.gz
gnunet-e730bd4b9d68a38b3d4277f6222369de61da8225.zip
-doxygen, style
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-rw-r--r--src/dht/gnunet-service-dht_routing.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index be3105c8e..d7e6505b0 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -153,11 +153,11 @@ struct ProcessContext
153/** 153/**
154 * Forward the result to the given peer if it matches the request. 154 * Forward the result to the given peer if it matches the request.
155 * 155 *
156 * @param cls the 'struct ProcessContext' with the result 156 * @param cls the `struct ProcessContext` with the result
157 * @param key the query 157 * @param key the query
158 * @param value the 'struct RecentRequest' with the request 158 * @param value the `struct RecentRequest` with the request
159 * @return GNUNET_OK (continue to iterate), 159 * @return #GNUNET_OK (continue to iterate),
160 * GNUNET_SYSERR if the result is malformed or type unsupported 160 * #GNUNET_SYSERR if the result is malformed or type unsupported
161 */ 161 */
162static int 162static int
163process (void *cls, const struct GNUNET_HashCode * key, void *value) 163process (void *cls, const struct GNUNET_HashCode * key, void *value)
@@ -378,10 +378,10 @@ try_combine_recent (void *cls, const struct GNUNET_HashCode * key, void *value)
378 * @param options options for processing 378 * @param options options for processing
379 * @param key key for the content 379 * @param key key for the content
380 * @param xquery extended query 380 * @param xquery extended query
381 * @param xquery_size number of bytes in xquery 381 * @param xquery_size number of bytes in @a xquery
382 * @param reply_bf bloomfilter to filter duplicates 382 * @param reply_bf bloomfilter to filter duplicates
383 * @param reply_bf_mutator mutator for reply_bf 383 * @param reply_bf_mutator mutator for @a reply_bf
384*/ 384 */
385void 385void
386GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender, 386GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender,
387 enum GNUNET_BLOCK_Type type, 387 enum GNUNET_BLOCK_Type type,