Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New callback: simgrid::s4u::onPlatformCreated (right before the simulation start)
[simgrid.git] / src / simix / simcalls.in
index c8de23a..9adf7d2 100644 (file)
@@ -36,9 +36,6 @@
 # ./include/simgrid/simix.h (otherwise you will get a warning at the
 # compilation time)
 
-void vm_suspend(sg_host_t ind_vm);
-void vm_shutdown(sg_host_t ind_vm);
-
 void process_kill(smx_actor_t process);
 void process_killall(int reset_pid);
 void process_cleanup(smx_actor_t process) [[nohandler]];