Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simcall_comm_test returns a bool too
[simgrid.git] / include / simgrid / actor.h
index 01e8e07..4dddd46 100644 (file)
@@ -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_ */