aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_routing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_routing.c')
-rw-r--r--src/dht/gnunet-service-dht_routing.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index eebeedc22..098b6e895 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -276,7 +276,6 @@ process (void *cls,
276 * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching 276 * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching
277 * request recently. 277 * request recently.
278 * 278 *
279 * @param cls NULL (why have it?)
280 * @param type type of the block 279 * @param type type of the block
281 * @param expiration_time when does the content expire 280 * @param expiration_time when does the content expire
282 * @param key key for the content 281 * @param key key for the content
@@ -288,8 +287,7 @@ process (void *cls,
288 * @param data_size number of bytes in data 287 * @param data_size number of bytes in data
289 */ 288 */
290void 289void
291GDS_ROUTING_process (void *cls, 290GDS_ROUTING_process (enum GNUNET_BLOCK_Type type,
292 enum GNUNET_BLOCK_Type type,
293 struct GNUNET_TIME_Absolute expiration_time, 291 struct GNUNET_TIME_Absolute expiration_time,
294 const struct GNUNET_HashCode *key, 292 const struct GNUNET_HashCode *key,
295 unsigned int put_path_length, 293 unsigned int put_path_length,