X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..c6df91ec1d59a1c459e0e36d3fda0bad108fc1b0:/examples/s4u/dht-chord/s4u-dht-chord.hpp diff --git a/examples/s4u/dht-chord/s4u-dht-chord.hpp b/examples/s4u/dht-chord/s4u-dht-chord.hpp index 81821cf8a3..eea1f2f41a 100644 --- a/examples/s4u/dht-chord/s4u-dht-chord.hpp +++ b/examples/s4u/dht-chord/s4u-dht-chord.hpp @@ -6,8 +6,8 @@ #ifndef S4U_CHORD_HPP #define S4U_CHORD_HPP #include "simgrid/s4u.hpp" -#include #include +#include #include constexpr double MAX_SIMULATION_TIME = 1000; @@ -21,8 +21,6 @@ extern int nb_bits; extern int nb_keys; extern int timeout; -extern std::mt19937 generator; - /* Types of tasks exchanged between nodes. */ enum e_message_type_t { FIND_SUCCESSOR,