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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user