X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/20617cf3b759fbd35ddc68d0aee2965e8379c98b..6d18c4fcb23666f8ccdb91df9c9b6ab32e7df65f:/include/simgrid/actor.h diff --git a/include/simgrid/actor.h b/include/simgrid/actor.h index 5aa30d1f92..4dddd4620c 100644 --- a/include/simgrid/actor.h +++ b/include/simgrid/actor.h @@ -39,6 +39,9 @@ XBT_PUBLIC void sg_actor_kill(sg_actor_t actor); 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_ */