SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Functions | |
void | xbt_replay_action_register (const char *action_name, action_fun function) |
Registers a function to handle a kind of action. More... | |
int | xbt_replay_action_runner (int argc, char *argv[]) |
function used internally to actually run the replay More... | |
void xbt_replay_action_register | ( | const char * | action_name, |
action_fun | function | ||
) |
Registers a function to handle a kind of action.
Registers a function to handle a kind of action This table is then used by xbt_replay_action_runner
The argument of the function is the line describing the action, splitted on spaces with xbt_str_split_quoted()
action_name | the reference name of the action. |
function | prototype given by the type: void...(xbt_dynar_t action) |
int xbt_replay_action_runner | ( | int | argc, |
char * | argv[] | ||
) |
function used internally to actually run the replay
argc | argc . |
argv | argv |