1lsm_pool_status_info_get(3)Libstoragemgmt C API Manuallsm_pool_status_info_get(3)
2
3
4
6 lsm_pool_status_info_get - Retrieve the status information for pool.
7
9 const char * lsm_pool_status_info_get (lsm_pool *s);
10
12 s Pool to retrieve status information for.
13
15 1.0
16
18 Retrieves the status information of specified pool. Normally it
19 explains the status value.
20
22 Address returned is valid until lsm_pool gets freed, copy return value
23 if you need longer scope. Do not free returned string.
24
26 string. NULL if argument 's' is NULL or not a valid lsm_pool pointer.
27
28
29
30March 2021 lsm_pool_status_info_getlsm_pool_status_info_get(3)