wrench::ComputeServiceResourceInformationAnswerMessage

class ComputeServiceResourceInformationAnswerMessage : public wrench::ComputeServiceMessage

A message sent by a ComputeService in answer to a resource information request.

Public Functions

ComputeServiceResourceInformationAnswerMessage(std::map<std::string, double> info, sg_size_t payload)

Constructor.

Parameters:
  • info – the resource description map

  • payload – the message size in bytes

Public Members

std::map<std::string, double> info

The resource information map.