lsm_pool_status_info_get(3) | Libstoragemgmt C API Manual | lsm_pool_status_info_get(3) |
NAME¶
lsm_pool_status_info_get - Retrieve the status information for pool.
SYNOPSIS¶
const char * lsm_pool_status_info_get (lsm_pool *s);
ARGUMENTS¶
- s
- Pool to retrieve status information for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the status information of specified pool. Normally it explains the status value.
NOTE¶
Address returned is valid until lsm_pool gets freed, copy return value if you need longer scope. Do not free returned string.
RETURN¶
string. NULL if argument 's' is NULL or not a valid lsm_pool pointer.
lsm_pool_status_info_get | May 2019 |