Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 4af625a..59ab43c 100644 (file)
@@ -47,7 +47,7 @@ protected:
   virtual ~Host();
 
 private:
-  bool currentlyDestroying_ = false;
+  bool currently_destroying_ = false;
 
 public:
   /*** Called on each newly created host */