X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c751cd28aa259c0de238a785fcdde9b099625d0b..a2ff7cc7c5bf86435c85fcc21ca6edc6c20cde3b:/include/xbt/replay.hpp diff --git a/include/xbt/replay.hpp b/include/xbt/replay.hpp index be41b1c99a..b20852b150 100644 --- a/include/xbt/replay.hpp +++ b/include/xbt/replay.hpp @@ -31,6 +31,7 @@ SG_BEGIN_DECL() typedef void (*action_fun)(const char* const* args); XBT_PUBLIC(void) xbt_replay_action_register(const char* action_name, action_fun function); +XBT_PUBLIC(action_fun) xbt_replay_action_get(const char* action_name); SG_END_DECL()