Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
VM: move content from simix to s4u
[simgrid.git] / src / simix / simcalls.in
index 1aa78dd..66aa969 100644 (file)
@@ -39,7 +39,6 @@
 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);
@@ -109,7 +108,6 @@ sg_size_t  storage_get_used_size(smx_storage_t name);
 xbt_dict_t storage_get_properties(smx_storage_t storage) [[nohandler]];
 xbt_dict_t storage_get_content(smx_storage_t storage) [[nohandler]];
 
-xbt_dict_t asr_get_properties(const char* name);
 int        mc_random(int min, int max);
 void       set_category(smx_activity_t synchro, const char* category) [[nohandler]];