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