X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..629bbb0ea28eee8adebd687a0ed72ca9bf110a26:/include/xbt/replay.hpp diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index 670d851939..e6da188839 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -15,8 +15,7 @@ #include #include -namespace simgrid { -namespace xbt { +namespace simgrid::xbt { /* To split the file if a unique one is given (specific variable for the other case live in runner()) */ using ReplayAction = std::vector; @@ -26,8 +25,7 @@ using ReplayAction = std::vector; * xbt_replay_set_tracefile(). If trace_filename is not nullptr, then it's not shared and this trace file is for this * actor only */ XBT_PUBLIC int replay_runner(const char* actor_name, const char* trace_filename = nullptr); -} -} +} // namespace simgrid::xbt using action_fun = std::function; XBT_PUBLIC void xbt_replay_action_register(const char* action_name, const action_fun& function);