X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79328778c30dcf5d6a2bffefd8c32821c9550f7a..4853d99f2d6ce78b9b9bfb3d81cfcf1bf5053177:/src/xbt/xbt_replay.c?ds=sidebyside diff --git a/src/xbt/xbt_replay.c b/src/xbt/xbt_replay.c index ded2f58bfd..51228be7ba 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -22,10 +22,14 @@ typedef struct s_replay_reader { char *filename; int linenum; } s_xbt_replay_reader_t; +FILE *action_fp; + +xbt_dict_t action_funs; +xbt_dict_t action_queues; + static char *action_line = NULL; static size_t action_len = 0; - static const char **action_get_action(char *name); xbt_replay_reader_t xbt_replay_reader_new(const char *filename)