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 
17  /***********************/
19  /***********************/
20 
25  public:
27  DECLARE_MESSAGEPAYLOAD_NAME(HTCONDOR_NEGOTIATOR_DONE_MESSAGE_PAYLOAD);
28  };
29 
30  /***********************/
32  /***********************/
33 }
34 
35 #endif //WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGEPAYLOAD_H
Configurable message payloads for an HTCondor Central Manager service.
Definition: HTCondorCentralManagerServiceMessagePayload.h:24
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:27
Definition: Alarm.cpp:20
Configurable message payloads for a ComputeService.
Definition: ComputeServiceMessagePayload.h:21