Scroll to navigation

lsm_pool_system_id_get(3) Libstoragemgmt C API Manual lsm_pool_system_id_get(3)

NAME

lsm_pool_system_id_get - Retrieve the system ID for the pool.

SYNOPSIS

char * lsm_pool_system_id_get (lsm_pool *p);

ARGUMENTS

Pool to retrieve system ID for.

VERSION

1.0

DESCRIPTION

Retrieve the system id for the specified 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_system_id_get April 2023