#include <lsm_datatypes.hpp>

Data Fields | |
| uint32_t | magic |
| char * | id |
| char * | name |
| char * | system_id |
| lsm_access_group_init_type | init_type |
| lsm_string_list * | initiators |
| char * | plugin_data |
Information pertaining to a storage group.
Definition at line 92 of file lsm_datatypes.hpp.
| char* id |
Id
Definition at line 94 of file lsm_datatypes.hpp.
Init type
Definition at line 98 of file lsm_datatypes.hpp.
List of initiators
Definition at line 100 of file lsm_datatypes.hpp.
| uint32_t magic |
Used for verification
Definition at line 93 of file lsm_datatypes.hpp.
| char* name |
Name
Definition at line 95 of file lsm_datatypes.hpp.
| char* plugin_data |
Reserved for the plugin to use
Definition at line 101 of file lsm_datatypes.hpp.
| char* system_id |
System id
Definition at line 96 of file lsm_datatypes.hpp.
1.6.1