WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A message sent to a NetworkProximityService to request a network proximity lookup. More...
#include <NetworkProximityMessage.h>
Public Member Functions | |
NetworkProximityLookupRequestMessage (simgrid::s4u::Mailbox *answer_mailbox, std::pair< std::string, std::string > hosts, double payload) | |
Constructor. More... | |
Public Attributes | |
simgrid::s4u::Mailbox * | answer_mailbox |
The mailbox to which the answer message should be sent. | |
std::pair< std::string, std::string > | hosts |
The hosts between which to calculate a proximity value. | |
Additional Inherited Members |
A message sent to a NetworkProximityService to request a network proximity lookup.
wrench::NetworkProximityLookupRequestMessage::NetworkProximityLookupRequestMessage | ( | simgrid::s4u::Mailbox * | answer_mailbox, |
std::pair< std::string, std::string > | hosts, | ||
double | payload | ||
) |
Constructor.
answer_mailbox | the mailbox to which the answer message should be sent |
hosts | the pair of hosts to look up |
payload | the message size in bytes |