X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c134008e25a2381bcfd68182802fe0ea32d5e012..9692d43fa911bdc2d6d0263a3cb3e22d5e3167fe:/src/mc/mc_replay.h diff --git a/src/mc/mc_replay.h b/src/mc/mc_replay.h index d92703c180..ad7a98d3d9 100644 --- a/src/mc/mc_replay.h +++ b/src/mc/mc_replay.h @@ -4,8 +4,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -/* simgrid/modelchecker.h - Formal Verification made possible in SimGrid */ - #ifndef SIMGRID_MC_REPLAY_H #define SIMGRID_MC_REPLAY_H @@ -20,7 +18,7 @@ SG_BEGIN_DECL() XBT_PUBLIC_DATA(char*) MC_record_path; /** Whether the replay mode is enabled */ -static inline int MC_record_replay_is_active(void) { +static inline int MC_record_replay_is_active() { return MC_record_path != 0; }