wrench::FileRegistryFileLookupRequestMessage

class wrench::FileRegistryFileLookupRequestMessage : public wrench::FileRegistryMessage

A message sent to a FileRegistryService to request a file lookup.

Public Functions

FileRegistryFileLookupRequestMessage(simgrid::s4u::Mailbox *answer_mailbox, std::shared_ptr<DataFile> file, double payload)

Constructor.

Parameters
  • answer_mailbox – the mailbox to which the answer message should be sent

  • file – the file to look up

  • payload – the message size in bytes

Public Members

simgrid::s4u::Mailbox *answer_mailbox

The mailbox to which the answer message should be sent.

std::shared_ptr<DataFile> file

The file to lookup.