]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_host.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
create a NetZone::onCreation signal and use it from instr
[simgrid.git] / src / s4u / s4u_host.cpp
index 7846f76df33c05e01705f1ffc49fe093ea6ab173..c36d9ec715730dce8b0e5cc60460a153069c16f9 100644 (file)
@@ -69,7 +69,7 @@ Host::~Host()
  */
 void Host::destroy()
 {
-  if (!currentlyDestroying_) {
+  if (not currentlyDestroying_) {
     currentlyDestroying_ = true;
     onDestruction(*this);
     host_list.erase(name_);