wrench::FileRegistryAddEntryRequestMessage

class FileRegistryAddEntryRequestMessage : public wrench::FileRegistryMessage

A message sent to a FileRegistryService to request the addition of an entry.

Public Functions

FileRegistryAddEntryRequestMessage(S4U_CommPort *answer_commport, std::shared_ptr<FileLocation> location, double payload)

Constructor.

Parameters:
  • answer_commport – the commport to which the answer message should be sent

  • location – the location for the new entry

  • payload – the message size in bytes

Public Members

S4U_CommPort *answer_commport

The commport_name to which the answer message should be sent.

std::shared_ptr<FileLocation> location

The location in that entry.