WRENCH
1.11
Cyberinfrastructure Simulation Workbench
Overview
Installation
Getting Started
WRENCH 101
WRENCH 102
APIs Reference
User
Developer
Internal
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
c
d
e
f
k
n
p
r
s
t
u
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
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