X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40334ce6fe520b2fa7d1e240716e4f34a5fdc74e..b51da37243dc16575499f4cb7729fe8bdd7fa514:/src/mc/mc_replay.h diff --git a/src/mc/mc_replay.h b/src/mc/mc_replay.h index 2918305649..f9324c8f27 100644 --- a/src/mc/mc_replay.h +++ b/src/mc/mc_replay.h @@ -1,21 +1,19 @@ -/* simgrid/modelchecker.h - Formal Verification made possible in SimGrid */ - -/* Copyright (c) 2008-2014. The SimGrid Team. +/* Copyright (c) 2008-2015. The SimGrid Team. * All rights reserved. */ /* 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. */ -#include - #ifndef SIMGRID_MC_REPLAY_H #define SIMGRID_MC_REPLAY_H +#include + SG_BEGIN_DECL() /** Replay path (if any) in string representation * - * This is a path as generated by `MC_record_stack_to_string()`. + * This is using the format generated by traceToString(). */ XBT_PUBLIC_DATA(char*) MC_record_path;