lsm_pool_id_get - Man Page

Retrieve the ID for the pool.

Synopsis

char  * lsm_pool_id_get (lsm_pool *p);

Arguments

p

Pool to retrieve ID for.

Version

1.0

Description

Retrieve the ID 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

April 2023 Libstoragemgmt C API Manual