Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Temporary patch to handle host failure exception during live migration of VM (a clean...
[simgrid.git] / src / simix / smx_vm.c
index 1de4dc7..8f1e9c1 100644 (file)
@@ -131,7 +131,7 @@ void SIMIX_vm_migrate(smx_host_t ind_vm, smx_host_t ind_dst_pm)
   e_surf_vm_state_t state = SIMIX_vm_get_state(ind_vm);
   xbt_assert(state == SURF_VM_STATE_SUSPENDED);
 
-  /* jump to vm_ws_migrate(). this will update the vm location. */
+  /* jump to vm_ws_xigrate(). this will update the vm location. */
   surf_vm_workstation_migrate(ind_vm, ind_dst_pm);
 }