wrench::StorageServiceFileDeleteRequestMessage
-
class StorageServiceFileDeleteRequestMessage : public wrench::StorageServiceMessage
A message sent to a StorageService to delete a file.
Public Functions
Constructor.
- Parameters:
answer_commport – the commport to which to send the answer
location – the location
payload – the message size in bytes
Public Members
-
S4U_CommPort *answer_commport
CommPort to which the answer message should be sent.
-
std::shared_ptr<FileLocation> location
The location to delete