Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function xbt_replay_action_get(): Retrieve the function previously associated...
[simgrid.git] / include / xbt / replay.hpp
index be41b1c..b20852b 100644 (file)
@@ -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()