X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a696a7603f2d24e7f7e00f599362f0cc0620382..e7474e602031399bbebb1105d683564d1fb2f1c0:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index 8d5788d0ec..8c70f80b5f 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -15,14 +15,14 @@ #include "xbt/log.h" #include "src/msg/msg_private.h" #include "src/simix/smx_process_private.h" -#include "src/simix/smx_private.hpp" +#include "src/simix/smx_private.h" #include "src/surf/cpu_interface.hpp" #include "simgrid/s4u/host.hpp" #include "simgrid/s4u/storage.hpp" -int MSG_HOST_LEVEL; -int SIMIX_HOST_LEVEL; -int USER_HOST_LEVEL; +int MSG_HOST_LEVEL = -1; +int SIMIX_HOST_LEVEL = -1; +int USER_HOST_LEVEL = -1; namespace simgrid {