X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/acdaba1e5294a4b167a54acb3d7cc4dca60e911c..6f1f1b0cb7e3d05cdd450d76d402eb76ce3e3cd6:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 9b38ab555a..3703f10d11 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -20,6 +20,8 @@ SG_BEGIN_DECL() You should not access directly to the fields of the pointed structure, but always use the provided API to interact with actors. */ +XBT_PUBLIC sg_actor_t sg_actor_init(const char* name, sg_host_t host); +XBT_PUBLIC void sg_actor_start(sg_actor_t actor, xbt_main_func_t code, int argc, char** argv); XBT_PUBLIC aid_t sg_actor_get_PID(sg_actor_t actor); XBT_PUBLIC aid_t sg_actor_get_PPID(sg_actor_t actor); XBT_PUBLIC sg_actor_t sg_actor_by_PID(aid_t pid);