The pointer structure caused weird server errors, so I will
only maintain it for the methods to avoid unnecessary parameters. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1936 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -29,9 +29,9 @@ 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 *param;
|
||||
L4SysExperimentData *currentParam;
|
||||
public:
|
||||
L4SysExperiment() : m_jc("localhost"), log("L4Sys", false), param(NULL) {}
|
||||
L4SysExperiment() : m_jc("localhost"), log("L4Sys", false), currentParam(NULL) {}
|
||||
bool run();
|
||||
protected:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user