lsm_system_id_get - Man Page

Retrieves the ID of the system.

Synopsis

const char  * lsm_system_id_get (lsm_system *s);

Arguments

s

System to retrieve id for.

Version

1.0

Description

Retrieves the Id for the system.

Note

Address returned is valid until lsm_system gets freed, copy return value if you need longer scope. Do not free returned string.

Return

string. NULL if argument 's' is NULL or not a valid lsm_system pointer.

Info

April 2023 Libstoragemgmt C API Manual