X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26aef8bebdc790176289d442e29cc04aac516a5c..fca6c6f4d442bde9453073545e8d2c640a50aea9:/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()