X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07ad10208f1c81a149c0737abd70b5a586f06eb0..8b853cf697928f829717bb60bd9c1cadaf2beb8e:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 01e8e07eea..4dddd4620c 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -40,6 +40,8 @@ XBT_PUBLIC void sg_actor_kill_all(); XBT_PUBLIC void sg_actor_set_kill_time(sg_actor_t actor, double kill_time); XBT_PUBLIC void sg_actor_yield(); XBT_PUBLIC void sg_actor_sleep_for(double duration); +XBT_PUBLIC sg_actor_t sg_actor_attach(const char* name, void* data, sg_host_t host, xbt_dict_t properties); +XBT_PUBLIC void sg_actor_detach(); SG_END_DECL() #endif /* INCLUDE_SIMGRID_ACTOR_H_ */