wrench::CoordinateLookupRequestMessage

class wrench::CoordinateLookupRequestMessage : public wrench::NetworkProximityMessage

A message sent to a NetworkProximityService to request a coordinate lookup.

Public Functions

CoordinateLookupRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, std::string requested_host, double payload)

Constructor.

Parameters
  • 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

Public Members

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.