X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f71d97e36f0e6bfb6e03ff1c630ce020a74f943a..9ff25e521350bc747f963bfe70bf3f84930c1a07:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 03e785c038..3e9f2cd959 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -98,6 +98,8 @@ auto simcall_blocking(F&& code, Observer* observer) -> decltype(observer->get_re namespace simgrid { namespace simix { +XBT_PUBLIC void unblock(smx_actor_t process); + inline auto& simix_timers() // avoid static initialization order fiasco { using TimerQelt = std::pair;