Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert another VM simcall into a s4u method
[simgrid.git] / src / simix / simcalls.in
index b0478e8..c8de23a 100644 (file)
@@ -37,9 +37,7 @@
 # compilation time)
 
 void vm_suspend(sg_host_t ind_vm);
-void vm_resume(sg_host_t ind_vm) [[nohandler]];
 void vm_shutdown(sg_host_t ind_vm);
-void vm_save(sg_host_t ind_vm);
 
 void process_kill(smx_actor_t process);
 void process_killall(int reset_pid);