bugfix: we still need the tracefile variable
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1313 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -72,7 +72,8 @@ bool ChecksumOOStuBSExperiment::run()
|
|||||||
tp.restrictMemoryAddresses(&mm);
|
tp.restrictMemoryAddresses(&mm);
|
||||||
|
|
||||||
// record trace
|
// record trace
|
||||||
std::ofstream of("trace.pb");
|
char const *tracefile = "trace.pb";
|
||||||
|
std::ofstream of(tracefile);
|
||||||
tp.setTraceFile(&of);
|
tp.setTraceFile(&of);
|
||||||
|
|
||||||
// this must be done *after* configuring the plugin:
|
// this must be done *after* configuring the plugin:
|
||||||
|
|||||||
@ -75,7 +75,8 @@ bool WeathermonitorExperiment::run()
|
|||||||
//tp.setLogIPOnly(true);
|
//tp.setLogIPOnly(true);
|
||||||
|
|
||||||
// record trace
|
// record trace
|
||||||
std::ofstream of("trace.pb");
|
char const *tracefile = "trace.pb";
|
||||||
|
std::ofstream of(tracefile);
|
||||||
tp.setTraceFile(&of);
|
tp.setTraceFile(&of);
|
||||||
|
|
||||||
// this must be done *after* configuring the plugin:
|
// this must be done *after* configuring the plugin:
|
||||||
|
|||||||
Reference in New Issue
Block a user