X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdht%2Fgnunet-service-dht_routing.h;h=ad7958363a67824d1fa3ac98bb453d46c29395ee;hb=79fb947eb8fba243ea65e19b40b65e04f8806865;hp=39f877ad830b7ab80f7e223f964bfda11b104212;hpb=b5a1e1405a9d294e4b06b13da7b1cf6a3638f6ab;p=oweals%2Fgnunet.git 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 @@ * Handle a reply (route to origin). Only forwards the reply back to * other peers waiting for it. Does not do local caching or * forwarding to local clients. Essentially calls - * GDS_NEIGHBOURS_handle_reply for all peers that sent us a matching + * #GDS_NEIGHBOURS_handle_reply() for all peers that sent us a matching * request recently. * - * @param cls NULL (why have it?) * @param type type of the block * @param expiration_time when does the content expire * @param key key for the content @@ -50,8 +49,7 @@ * @param data_size number of bytes in @a data */ void -GDS_ROUTING_process (void *cls, - enum GNUNET_BLOCK_Type type, +GDS_ROUTING_process (enum GNUNET_BLOCK_Type type, struct GNUNET_TIME_Absolute expiration_time, const struct GNUNET_HashCode *key, unsigned int put_path_length,