X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0950ef9f902ba40a2c05ca8748acecb3085e752..42cfbbdfaf9122139df7a1b9dda96dd6b689c563:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 40f0295ccc..c3ea65732d 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -266,7 +266,6 @@ XBT_PUBLIC(void) simcall_vm_migrate(sg_host_t vm, sg_host_t dst_pm); XBT_PUBLIC(void *) simcall_vm_get_pm(sg_host_t vm); XBT_PUBLIC(void) simcall_vm_set_bound(sg_host_t vm, double bound); XBT_PUBLIC(void) simcall_vm_resume(sg_host_t vm); -XBT_PUBLIC(void) simcall_vm_migratefrom_resumeto(sg_host_t vm, sg_host_t src_pm, sg_host_t dst_pm); XBT_PUBLIC(void) simcall_vm_save(sg_host_t vm); XBT_PUBLIC(void) simcall_vm_restore(sg_host_t vm); XBT_PUBLIC(void) simcall_vm_suspend(sg_host_t vm);