X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2444896cc5969f2b9150b035f9ea0744e74789d..c5b2e47a817b31e930436b5609f73aead7910f87:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 7b13c6cd55..a8e1ea8a2f 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -12,7 +12,6 @@ #include #include -#include #include #include @@ -255,7 +254,7 @@ public: void gapRemove(); protected: - lmm_variable_t variable_; + lmm_variable_t variable_ = nullptr; double lastValue_ = 0; double lastUpdate_ = 0; int suspended_ = 0; @@ -406,7 +405,7 @@ public: bool operator==(const Resource &other) const; /** - * @brief Apply an event of external load event to that storage + * @brief Apply an event of external load event to that resource * * @param event What happened * @param value [TODO]