Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
old school legacy wrappers for MSG
[simgrid.git] / src / simgrid / host.cpp
index 9e24002..0ee923f 100644 (file)
@@ -333,4 +333,10 @@ void sg_host_get_actor_list(sg_host_t host, xbt_dynar_t whereto)
   }
 }
 
+sg_host_t sg_host_self()
+{
+  smx_actor_t process = SIMIX_process_self();
+  return (process == nullptr) ? nullptr : process->host;
+}
+
 } // extern "C"