X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c620ebc670a6dd5c6605e643fb4cbc7e61b991d4..6a66ef7c8b80c9f76525b67c64d847e3803ee517:/src/simix/SynchroSleep.hpp diff --git a/src/simix/SynchroSleep.hpp b/src/simix/SynchroSleep.hpp index 9f024cac0c..46a25aa32b 100644 --- a/src/simix/SynchroSleep.hpp +++ b/src/simix/SynchroSleep.hpp @@ -18,8 +18,8 @@ namespace simix { void resume() override; void post() override; - sg_host_t host; /* The host that is sleeping */ - surf_action_t surf_sleep; /* The Surf sleeping action encapsulated */ + sg_host_t host = nullptr; /* The host that is sleeping */ + surf_action_t surf_sleep = nullptr; /* The Surf sleeping action encapsulated */ }; }} // namespace simgrid::simix