libzbc
|
Zone realm item. More...
#include <zbc.h>
Data Fields | |
uint64_t | zbi_start_sector |
uint64_t | zbi_end_sector |
uint32_t | zbi_length |
uint8_t | zbi_dom_id |
uint8_t | zbi_type |
uint8_t | __pad [2] |
Zone realm item.
Provides information about a single domain in a zone realm.
uint8_t zbc_realm_item::__pad[2] |
Padding to 24 bytes.
uint8_t zbc_realm_item::zbi_dom_id |
Domain ID.
uint64_t zbc_realm_item::zbi_end_sector |
End 512B sector for this domain.
uint32_t zbc_realm_item::zbi_length |
Length in zones. Not provided by REPORT REALMS, but calculated for convenience.
uint64_t zbc_realm_item::zbi_start_sector |
Start 512B sector for this domain.
uint8_t zbc_realm_item::zbi_type |
The corresponding zone type. This one is provided by REPORT ZONE DOMAINS, not REPORT REALMS.