wrench::StorageServiceFreeSpaceRequestMessage
-
class StorageServiceFreeSpaceRequestMessage : public wrench::StorageServiceMessage
A message sent to a StorageService to enquire about its free space.
Public Functions
-
StorageServiceFreeSpaceRequestMessage(S4U_CommPort *answer_commport, const std::string &path, sg_size_t payload)
Constructor.
- Parameters:
answer_commport – the commport to which to send the answer
path – the path
payload – the message size in bytes
Public Members
-
S4U_CommPort *answer_commport
CommPort to which the answer message should be sent.
-
std::string path
The path.
-
StorageServiceFreeSpaceRequestMessage(S4U_CommPort *answer_commport, const std::string &path, sg_size_t payload)