wrench::FileRegistryAddEntryRequestMessage
-
class wrench::FileRegistryAddEntryRequestMessage : public wrench::FileRegistryMessage
A message sent to a FileRegistryService to request the addition of an entry.
Public Functions
Constructor.
- Parameters
answer_mailbox – the mailbox to which the answer message should be sent
file – the file for which an entry should be added
location – the location for the new entry
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<FileLocation> location
The location in that entry.