WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to a NetworkProximityService to request a coordinate lookup. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
CoordinateLookupRequestMessage (simgrid::s4u::Mailbox *answer_mailbox, std::string requested_host, double payload) | |
Constructor. More... | |
Public Attributes | |
simgrid::s4u::Mailbox * | answer_mailbox |
The mailbox to which the answer should be sent back. | |
std::string | requested_host |
The name of the host whose coordinates are being requested. | |
Additional Inherited Members |
A message sent to a NetworkProximityService to request a coordinate lookup.
wrench::CoordinateLookupRequestMessage::CoordinateLookupRequestMessage | ( | simgrid::s4u::Mailbox * | answer_mailbox, |
std::string | requested_host, | ||
double | payload | ||
) |
Constructor.
answer_mailbox | the mailbox to return the answer to |
requested_host | the naje of the host whose coordinates are being requested |
payload | the message size in bytes |