WRENCH
1.11
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
include
wrench
services
compute
htcondor
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
24
class
HTCondorCentralManagerServiceMessagePayload
:
public
ComputeServiceMessagePayload
{
25
public
:
27
DECLARE_MESSAGEPAYLOAD_NAME(
HTCONDOR_NEGOTIATOR_DONE_MESSAGE_PAYLOAD
);
28
};
29
30
/***********************/
32
/***********************/
33
}
34
35
#endif //WRENCH_HTCONDORCENTRALMANAGERSERVICEMESSAGEPAYLOAD_H
wrench::HTCondorCentralManagerServiceMessagePayload
Configurable message payloads for an HTCondor Central Manager service.
Definition:
HTCondorCentralManagerServiceMessagePayload.h:24
wrench::HTCondorCentralManagerServiceMessagePayload::HTCONDOR_NEGOTIATOR_DONE_MESSAGE_PAYLOAD
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
wrench
Definition:
Action.cpp:28
wrench::ComputeServiceMessagePayload
Configurable message payloads for a ComputeService.
Definition:
ComputeServiceMessagePayload.h:21