X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/736f038a333b21482b9e73ed2860a7f096e29ac8..23a00833ef66ff4383394e3cac558a5232d4bd62:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 8599ee8ae4..0d322d8106 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -292,7 +292,7 @@ protected: lmm_variable_t p_variable; double m_lastValue; double m_lastUpdate; - int m_suspended; + int m_suspended = 0; int m_indexHeap; enum heap_action_type m_hat; }; @@ -488,7 +488,7 @@ private: public: /* LMM */ /** @brief Get the lmm constraint associated to this Resource if it is part of a LMM component */ lmm_constraint_t getConstraint(); -private: +protected: lmm_constraint_t p_constraint; };