X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ce489adfdd6e6b2b1aa46256d0e0f960e4b4ff9..ee9287a4774c1756480fe1bcc6d5113f6d3d4988:/examples/deprecated/msg/dht-kademlia/dht-kademlia.h diff --git a/examples/deprecated/msg/dht-kademlia/dht-kademlia.h b/examples/deprecated/msg/dht-kademlia/dht-kademlia.h index 62f550c607..6d5913109b 100644 --- a/examples/deprecated/msg/dht-kademlia/dht-kademlia.h +++ b/examples/deprecated/msg/dht-kademlia/dht-kademlia.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2019. The SimGrid Team. +/* Copyright (c) 2012-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,9 +15,9 @@ unsigned int find_node(node_t node, unsigned int id_to_find, unsigned int count_ void random_lookup(node_t node); void send_find_node(node_t node, unsigned int id, unsigned int destination); -unsigned int send_find_node_to_best(node_t node, answer_t node_list); +unsigned int send_find_node_to_best(node_t node, const_answer_t node_list); void handle_task(node_t node, msg_task_t task); -void handle_find_node(node_t node, task_data_t data); +void handle_find_node(node_t node, const_task_data_t data); #endif /* _MSG_EXAMPLES_KADEMLIA_H */