Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ns3: get ride of the node_num field, that was only used to obfuscate the debug messages
[simgrid.git] / src / surf / HostImpl.cpp
index 0d3bfc93e86093f74fc1c692b222d0bf42caa216..ff17a48e3186262da86dcb40ad3a9c9bfd48caa9 100644 (file)
@@ -73,7 +73,7 @@ void HostImpl::turn_on() const
 }
 
 /** Kill all actors hosted here */
-void HostImpl::turn_off(kernel::actor::ActorImpl* issuer)
+void HostImpl::turn_off(const kernel::actor::ActorImpl* issuer)
 {
   for (auto& actor : actor_list_) {
     XBT_DEBUG("Killing Actor %s@%s on behalf of %s which turned off that host.", actor.get_cname(),