A message sent by a StorageService in answer to a free space enquiry.
More...
#include <StorageServiceMessage.h>
|
std::map< std::string, double > | free_space |
| The amount of free space in bytes for each mount point, in a map.
|
|
std::string | name |
| The message name.
|
|
double | payload |
| The message size in bytes.
|
|
A message sent by a StorageService in answer to a free space enquiry.
◆ StorageServiceFreeSpaceAnswerMessage()
wrench::StorageServiceFreeSpaceAnswerMessage::StorageServiceFreeSpaceAnswerMessage |
( |
std::map< std::string, double > |
free_space, |
|
|
double |
payload |
|
) |
| |
Constructor.
- Parameters
-
free_space | the free space, in bytes, at each mount point, as a map |
payload | the message size in bytes |
- Exceptions
-
The documentation for this class was generated from the following files: