wrench::NetworkProximityComputeAnswerMessage
-
class NetworkProximityComputeAnswerMessage : public wrench::NetworkProximityMessage
A message received by a NetworkProximityService that updates its database of proximity values.
Public Functions
-
NetworkProximityComputeAnswerMessage(std::pair<std::string, std::string> hosts, double proximity_value, sg_size_t payload)
Constructor.
- Parameters:
hosts – a pair of hosts
proximity_value – the proximity value between the pair of hosts
payload – the message size in bytes
-
NetworkProximityComputeAnswerMessage(std::pair<std::string, std::string> hosts, double proximity_value, sg_size_t payload)