X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3c242fa5d818b0c2986ecb06e76f691e295c698..8f685bc8f50931c6b957e66f7a024af24714876b:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 23816c12a7..0cdb36f6b0 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -35,7 +35,9 @@ 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_ */