The Jobclient can get several jobs with one request
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1963 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#include "comm/ExperimentData.hpp"
|
||||
#include "comm/FailControlMessage.pb.h"
|
||||
#include "config/FailConfig.hpp"
|
||||
#include "util/WallclockTimer.hpp"
|
||||
|
||||
namespace fail {
|
||||
|
||||
@ -27,7 +28,12 @@ private:
|
||||
struct hostent* m_server_ent;
|
||||
int m_sockfd;
|
||||
uint64_t m_server_runid;
|
||||
|
||||
|
||||
WallclockTimer m_job_runtime;
|
||||
int m_job_throughput;
|
||||
std::vector<ExperimentData*> m_parameters;
|
||||
std::vector<ExperimentData*> m_results;
|
||||
|
||||
bool connectToServer();
|
||||
|
||||
FailControlMessage_Command tryToGetExperimentData(ExperimentData& exp);
|
||||
|
||||
Reference in New Issue
Block a user