Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unclutter this code. Painful.
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 20:19:41 +0000 (22:19 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 31 Jul 2016 20:19:41 +0000 (22:19 +0200)
src/s4u/s4u_actor.cpp

index d5bf15d..2f97f34 100644 (file)
@@ -62,7 +62,7 @@ void Actor::setAutoRestart(bool autorestart) {
 }
 
 s4u::Host *Actor::getHost() {
-  return s4u::Host::by_name(sg_host_get_name(simcall_process_get_host(pimpl_)));
+  return simcall_process_get_host(pimpl_);
 }
 
 const char* Actor::getName() {