X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b41f4a3e2dad9dfb55ad3a76911b2d74e9e11cff..13f164230f8da32094edbe9811a81221454d461b:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 5e02fad5bb..7935d29187 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -260,7 +260,6 @@ XBT_PUBLIC(e_smx_state_t) simcall_execution_wait(smx_activity_t execution); /******************************* VM simcalls ********************************/ // Create the vm_workstation at the SURF level XBT_PUBLIC(void) simcall_vm_resume(sg_host_t vm); -XBT_PUBLIC(void) simcall_vm_save(sg_host_t vm); XBT_PUBLIC(void) simcall_vm_suspend(sg_host_t vm); XBT_PUBLIC(void) simcall_vm_shutdown(sg_host_t vm);