aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.h')
-rw-r--r--src/dht/gnunet-service-dht_routing.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_routing.h b/src/dht/gnunet-service-dht_routing.h
index 39f877ad8..ad7958363 100644
--- a/src/dht/gnunet-service-dht_routing.h
+++ b/src/dht/gnunet-service-dht_routing.h
@@ -35,10 +35,9 @@
35 * Handle a reply (route to origin). Only forwards the reply back to 35 * Handle a reply (route to origin). Only forwards the reply back to
36 * other peers waiting for it. Does not do local caching or 36 * other peers waiting for it. Does not do local caching or
37 * forwarding to local clients. Essentially calls 37 * forwarding to local clients. Essentially calls
38 * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching 38 * #GDS_NEIGHBOURS_handle_reply() for all peers that sent us a matching
39 * request recently. 39 * request recently.
40 * 40 *
41 * @param cls NULL (why have it?)
42 * @param type type of the block 41 * @param type type of the block
43 * @param expiration_time when does the content expire 42 * @param expiration_time when does the content expire
44 * @param key key for the content 43 * @param key key for the content
@@ -50,8 +49,7 @@
50 * @param data_size number of bytes in @a data 49 * @param data_size number of bytes in @a data
51 */ 50 */
52void 51void
53GDS_ROUTING_process (void *cls, 52GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
54 enum GNUNET_BLOCK_Type type,
55 struct GNUNET_TIME_Absolute expiration_time, 53 struct GNUNET_TIME_Absolute expiration_time,
56 const struct GNUNET_HashCode *key, 54 const struct GNUNET_HashCode *key,
57 unsigned int put_path_length, 55 unsigned int put_path_length,