wmoo: trace and sim-state suffix

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1333 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-06-12 15:13:21 +00:00
parent 2562df92e2
commit ff29f900ec
4 changed files with 12 additions and 4 deletions

View File

@ -34,7 +34,7 @@ using namespace fail;
bool WeatherMonitorExperiment::run()
{
char const *statename = "bochs.state";
char const *statename = "bochs.state" WEATHER_SUFFIX;
Logger log("Weathermonitor", false);
BPSingleEvent bp;
@ -75,7 +75,7 @@ bool WeatherMonitorExperiment::run()
//tp.setLogIPOnly(true);
// record trace
char const *tracefile = "trace.pb";
char const *tracefile = "trace.tc" WEATHER_SUFFIX;
ofstream of(tracefile);
tp.setTraceFile(&of);