lsm_pool_name_get - Man Page
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.
Info
July 2024 Libstoragemgmt C API Manual