X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40334ce6fe520b2fa7d1e240716e4f34a5fdc74e..efffaf113f3c24d61baf9f3f9684622aa718ceed:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index ba20c93bfc..78fbceacac 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -355,6 +355,7 @@ XBT_PUBLIC(void *) simcall_vm_get_pm(smx_host_t vm); XBT_PUBLIC(void) simcall_vm_set_bound(smx_host_t vm, double bound); XBT_PUBLIC(void) simcall_vm_set_affinity(smx_host_t vm, smx_host_t pm, unsigned long mask); XBT_PUBLIC(void) simcall_vm_resume(smx_host_t vm); +XBT_PUBLIC(void) simcall_vm_migratefrom_resumeto(smx_host_t vm, smx_host_t src_pm, smx_host_t dst_pm); XBT_PUBLIC(void) simcall_vm_save(smx_host_t vm); XBT_PUBLIC(void) simcall_vm_restore(smx_host_t vm); XBT_PUBLIC(void) simcall_vm_suspend(smx_host_t vm);