#include <lsm_datatypes.hpp>
Data Fields | |
| uint32_t | magic |
| char * | id |
| char * | name |
| char * | pool_id |
| uint64_t | total_space |
| uint64_t | free_space |
| char * | system_id |
| char * | plugin_data |
Definition at line 241 of file lsm_datatypes.hpp.
| uint64_t free_space |
Free space
Definition at line 247 of file lsm_datatypes.hpp.
| char* id |
Id
Definition at line 243 of file lsm_datatypes.hpp.
| uint32_t magic |
Magic, used for struct validation
Definition at line 242 of file lsm_datatypes.hpp.
| char* name |
Name
Definition at line 244 of file lsm_datatypes.hpp.
| char* plugin_data |
Plugin private data
Definition at line 249 of file lsm_datatypes.hpp.
| char* pool_id |
Pool ID
Definition at line 245 of file lsm_datatypes.hpp.
| char* system_id |
System ID
Definition at line 248 of file lsm_datatypes.hpp.
| uint64_t total_space |
Total space
Definition at line 246 of file lsm_datatypes.hpp.
1.6.1