X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bcadecc3433af21a252c837673a4949c50d4e32..79328778c30dcf5d6a2bffefd8c32821c9550f7a:/src/xbt/xbt_replay.c diff --git a/src/xbt/xbt_replay.c b/src/xbt/xbt_replay.c index 254c8e6246..ded2f58bfd 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -105,13 +105,13 @@ void xbt_replay_action_unregister(const char *action_name) xbt_dict_remove(action_funs, action_name); } -void _xbt_replay_action_init() +void _xbt_replay_action_init(void) { action_funs = xbt_dict_new_homogeneous(NULL); action_queues = xbt_dict_new_homogeneous(NULL); } -void _xbt_replay_action_exit() +void _xbt_replay_action_exit(void) { xbt_dict_free(&action_queues); xbt_dict_free(&action_funs);