Pointers back in - this solution seems to work for now

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1937 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-11-20 13:25:59 +00:00
parent 6d340113cd
commit a1e99f9004
2 changed files with 85 additions and 76 deletions

View File

@ -28,10 +28,10 @@ class L4SysExperiment : public fail::ExperimentFlow {
private:
fail::JobClient m_jc; //!< the job client connecting to the campaign server
fail::Logger log; //<! the logger
//! our current parameter set is globally available among the object
L4SysExperimentData *currentParam;
L4SysExperimentData *param; //<! the parameter set currently in use by the client
public:
L4SysExperiment() : m_jc("localhost"), log("L4Sys", false), currentParam(NULL) {}
L4SysExperiment();
~L4SysExperiment();
bool run();
protected:
/**