The patch I announced on the mailing list regarding address space recognition.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1275 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
17
core/experiments/l4sys/experiment.hpp
Normal file
17
core/experiments/l4sys/experiment.hpp
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef __COOLEXPERIMENT_HPP__
|
||||
#define __COOLEXPERIMENT_HPP__
|
||||
|
||||
#include "controller/ExperimentFlow.hpp"
|
||||
#include "jobserver/JobClient.hpp"
|
||||
|
||||
class L4SysExperiment : public fi::ExperimentFlow {
|
||||
fi::JobClient m_jc;
|
||||
public:
|
||||
L4SysExperiment() : m_jc("localhost") {}
|
||||
bool run();
|
||||
private:
|
||||
std::string sanitised(std::string in_str);
|
||||
fi::BaseEvent* waitGuestOrOther(bool clear_output);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user