checksum-oostubs: not named CoolChecksum* anymore

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1041 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-04-10 19:35:35 +00:00
parent df752dcece
commit e7c1118231
6 changed files with 15 additions and 17 deletions

View File

@ -15,12 +15,11 @@
// you need to have the tracing plugin enabled for this
#include "plugins/tracing/TracingPlugin.hpp"
#include "checksum-oostubs.pb.h"
#include "ecc_region.hpp"
using std::endl;
bool CoolChecksumExperiment::run()
bool ChecksumOOStuBSExperiment::run()
{
char const *statename = "checksum-oostubs.state";
Logger log("Checksum-OOStuBS", false);
@ -113,7 +112,7 @@ bool CoolChecksumExperiment::run()
// get an experiment parameter set
log << "asking job server for experiment parameters" << endl;
CoolChecksumExperimentData param;
ChecksumOOStuBSExperimentData param;
/*
if (!m_jc.getParam(param)) {
log << "Dying." << endl;