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:
unzner
2012-11-20 11:11:43 +00:00
parent 4db7272e5f
commit 6d340113cd
2 changed files with 72 additions and 72 deletions

View File

@ -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:
/**