SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "xbt/misc.h"
Typedefs | |
typedef void(* | action_fun) (const char *const *args) |
Functions | |
void | xbt_replay_action_register (const char *action_name, action_fun function) |
Registers a function to handle a kind of action. More... | |
action_fun | xbt_replay_action_get (const char *action_name) |
Get the function that was previously registered to handle a kind of action. More... | |
typedef void(* action_fun) (const char *const *args) |