Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the host_that_restart global is now useless
[simgrid.git] / src / surf / ptask_L07.cpp
index 6e75461..75f1027 100644 (file)
@@ -317,7 +317,7 @@ void CpuL07::apply_event(tmgr_trace_event_t triggered, double value)
   } else if (triggered == state_event_) {
     if (value > 0) {
       if (is_off()) {
-        host_that_restart.push_back(get_host());
+        XBT_VERB("Restart processes on host %s", get_host()->get_cname());
         get_host()->turn_on();
       }
     } else