Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SGpp] make SURF_CPU_LEVEL private
[simgrid.git] / src / simix / smx_vm.c
index f060683..2f4ddbc 100644 (file)
@@ -30,7 +30,7 @@ sg_host_t SIMIX_vm_create(const char *name, sg_host_t ind_phys_host)
   /* We will be able to register the VM to its physical host, so that we can promptly
    * retrieve the list VMs on the physical host. */
 
-  return SIMIX_host_get_by_name(name);
+  return sg_host_by_name(name);
 }