X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8d0299b310680eeb9b50d0249fe5bc810aed7e4..f3728671da71952c3cd05e4504b23dc55c76c0ae:/examples/msg/dht-chord/dht-chord.h diff --git a/examples/msg/dht-chord/dht-chord.h b/examples/msg/dht-chord/dht-chord.h index 579b7647eb..03514119f8 100644 --- a/examples/msg/dht-chord/dht-chord.h +++ b/examples/msg/dht-chord/dht-chord.h @@ -69,7 +69,7 @@ int remote_get_predecessor(node_t node, int ask_to_id); int closest_preceding_node(node_t node, int id); void stabilize(node_t node); void notify(node_t node, int predecessor_candidate_id); -void remote_notify(node_t node, int notify_to, int predecessor_candidate_id); +void remote_notify(int notify_to, int predecessor_candidate_id); void fix_fingers(node_t node); void check_predecessor(node_t node); void random_lookup(node_t node);