lsm_pool_name_get(3) | Libstoragemgmt C API Manual | lsm_pool_name_get(3) |
NAME¶
lsm_pool_name_get - Retrieve the name for the pool.
SYNOPSIS¶
char * lsm_pool_name_get (lsm_pool *p);
ARGUMENTS¶
- p
- Pool to retrieve name for.
VERSION¶
1.0
DESCRIPTION¶
Retrieve the name for the pool.
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 'p' is NULL or not a valid lsm_pool pointer.
lsm_pool_name_get | May 2019 |