HTCondorCentralManagerServiceMessagePayload.h
1 
10 #ifndef WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGEPAYLOAD_H
11 #define WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGEPAYLOAD_H
12 
13 #include "wrench/services/compute/ComputeServiceMessagePayload.h"
14 
15 namespace wrench {
16 
21  public:
23  DECLARE_MESSAGEPAYLOAD_NAME(HTCONDOR_NEGOTIATOR_DONE_MESSAGE_PAYLOAD);
24  };
25 }
26 
27 #endif //WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGEPAYLOAD_H
Configurable message payloads for an HTCondor Central Manager service.
Definition: HTCondorCentralManagerServiceMessagePayload.h:20
static const std::string HTCONDOR_NEGOTIATOR_DONE_MESSAGE_PAYLOAD
The number of bytes in the control message sent by the daemon to state that the negotiator has been c...
Definition: HTCondorCentralManagerServiceMessagePayload.h:23
Definition: Alarm.cpp:20
Configurable message payloads for a ComputeService.
Definition: ComputeServiceMessagePayload.h:21