Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
_SIMIX_cond_wait becomes ConditionVariable::wait
[simgrid.git] / include / simgrid / actor.h
index 5aa30d1..01e8e07 100644 (file)
@@ -39,6 +39,7 @@ 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);
 SG_END_DECL()
 
 #endif /* INCLUDE_SIMGRID_ACTOR_H_ */