X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d3d4c51aace6f9daab7ee7bf664d9d56c81070f8..51fbc81e5efb63f45ce68952b8d8c1a03730022f:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 63e3eb8f35..0cdb36f6b0 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -34,7 +34,10 @@ XBT_PUBLIC void sg_actor_resume(sg_actor_t actor); XBT_PUBLIC int sg_actor_is_suspended(sg_actor_t actor); XBT_PUBLIC sg_actor_t sg_actor_restart(sg_actor_t actor); XBT_PUBLIC void sg_actor_daemonize(sg_actor_t actor); - +XBT_PUBLIC void sg_actor_migrate(sg_actor_t process, sg_host_t host); +XBT_PUBLIC void sg_actor_join(sg_actor_t actor, double timeout); +XBT_PUBLIC void sg_actor_kill(sg_actor_t actor); +XBT_PUBLIC void sg_actor_set_kill_time(sg_actor_t actor, double kill_time); SG_END_DECL() #endif /* INCLUDE_SIMGRID_ACTOR_H_ */