1lsm_pool_name_get(3) Libstoragemgmt C API Manual lsm_pool_name_get(3)
2
3
4
6 lsm_pool_name_get - Retrieve the name for the pool.
7
9 char * lsm_pool_name_get (lsm_pool *p);
10
12 p Pool to retrieve name for.
13
15 1.0
16
18 Retrieve the name for the pool.
19
21 Address returned is valid until lsm_pool gets freed, copy return value
22 if you need longer scope. Do not free returned string.
23
25 string. NULL if argument 'p' is NULL or not a valid lsm_pool pointer.
26
27
28
29February 2020 lsm_pool_name_get lsm_pool_name_get(3)