X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e1bfe4b91bd83b1bf4f09b20d5781c3aa4f7562..7c4bef6efee6ba4a06f99e78ea1198d74dc520fc:/src/simix/simcalls.in diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index d5b7cc19bd..25fc2e37f9 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -50,7 +50,6 @@ void execution_set_bound(boost::intrusive_ptr execution) [[block]]; void process_on_exit(smx_actor_t process, int_f_pvoid_pvoid_t fun, void* data) [[nohandler]]; -void process_auto_restart_set(smx_actor_t process, int auto_restart) [[nohandler]]; smx_actor_t process_restart(smx_actor_t process); boost::intrusive_ptr comm_iprobe(smx_mailbox_t mbox, int type, simix_match_func_t match_fun, void* data); @@ -81,8 +80,8 @@ void sem_acquire(smx_sem_t sem) [[block]]; void sem_acquire_timeout(smx_sem_t sem, double timeout) [[block]]; int sem_get_capacity(smx_sem_t sem); -sg_size_t file_read(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; -sg_size_t file_write(surf_file_t fd, sg_size_t size, sg_host_t host) [[block]]; +sg_size_t file_read(surf_file_t fd, sg_size_t size) [[block]]; +sg_size_t file_write(surf_file_t fd, sg_size_t size) [[block]]; int mc_random(int min, int max); void set_category(boost::intrusive_ptr synchro, const char* category) [[nohandler]];