wrench::FileRegistryRemoveEntryRequestMessage
-
class FileRegistryRemoveEntryRequestMessage : public wrench::FileRegistryMessage
A message sent to a FileRegistryService to request the removal 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 removed
location – the file location of that 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 to remove.