lsm_block_range_source_start_get(3) | Libstoragemgmt C API Manual | lsm_block_range_source_start_get(3) |
NAME¶
lsm_block_range_source_start_get - Retrieves start block of the source.
SYNOPSIS¶
uint64_t lsm_block_range_source_start_get (lsm_block_range *br);
ARGUMENTS¶
- br
- Block range to retrieve source start block number.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the start block number of the replication source.
RETURN¶
uint64_t. 0 if invalid lsm_block_range pointer.
lsm_block_range_source_start_get | April 2021 |