aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.h
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.h
parentb4c960a89653aeab4a3ef1f6102623bbb9c92f44 (diff)
downloadgnunet-e730bd4b9d68a38b3d4277f6222369de61da8225.tar.gz
gnunet-e730bd4b9d68a38b3d4277f6222369de61da8225.zip
-doxygen, style
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.h')
-rw-r--r--src/dht/gnunet-service-dht_routing.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/gnunet-service-dht_routing.h b/src/dht/gnunet-service-dht_routing.h
index 56326aa60..2922ff4eb 100644
--- a/src/dht/gnunet-service-dht_routing.h
+++ b/src/dht/gnunet-service-dht_routing.h
@@ -41,12 +41,12 @@
41 * @param type type of the block 41 * @param type type of the block
42 * @param expiration_time when does the content expire 42 * @param expiration_time when does the content expire
43 * @param key key for the content 43 * @param key key for the content
44 * @param put_path_length number of entries in put_path 44 * @param put_path_length number of entries in @a put_path
45 * @param put_path peers the original PUT traversed (if tracked) 45 * @param put_path peers the original PUT traversed (if tracked)
46 * @param get_path_length number of entries in put_path 46 * @param get_path_length number of entries in @a get_path
47 * @param get_path peers this reply has traversed so far (if tracked) 47 * @param get_path peers this reply has traversed so far (if tracked)
48 * @param data payload of the reply 48 * @param data payload of the reply
49 * @param data_size number of bytes in data 49 * @param data_size number of bytes in @a data
50 */ 50 */
51void 51void
52GDS_ROUTING_process (enum GNUNET_BLOCK_Type type, 52GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
@@ -66,9 +66,9 @@ GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
66 * @param options options for processing 66 * @param options options for processing
67 * @param key key for the content 67 * @param key key for the content
68 * @param xquery extended query 68 * @param xquery extended query
69 * @param xquery_size number of bytes in xquery 69 * @param xquery_size number of bytes in @a xquery
70 * @param reply_bf bloomfilter to filter duplicates 70 * @param reply_bf bloomfilter to filter duplicates
71 * @param reply_bf_mutator mutator for reply_bf 71 * @param reply_bf_mutator mutator for @a reply_bf
72*/ 72*/
73void 73void
74GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender, 74GDS_ROUTING_add (const struct GNUNET_PeerIdentity *sender,