X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d0b9e814c4a70a167bfcb16197fbcc9a1f49305..322392d9d7d8ff2e78b6ae12998ca8693fa09b38:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index a6022e6e0f..ce44cd7cdf 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -20,7 +20,7 @@ #include "simgrid/s4u/host.hpp" #include "simgrid/s4u/storage.hpp" -xbt_dict_t host_list = nullptr; // FIXME: make it a static field of Host +xbt_dict_t host_list = nullptr; // FIXME: move it to Engine int MSG_HOST_LEVEL = -1; int USER_HOST_LEVEL = -1;