lsm_system_id_get(3) | Libstoragemgmt C API Manual | lsm_system_id_get(3) |
NAME¶
lsm_system_id_get - 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.
lsm_system_id_get | May 2019 |