lsm_fs_ss_name_get - Man Page
Retrieves the name for the file system snapshot.
Synopsis
const char * lsm_fs_ss_name_get (lsm_fs_ss *ss);
Arguments
- ss
File system snapshot to retrieve name for.
Version
1.0
Description
Retrieves the name for the file system snapshot.
Note
Address returned is valid until lsm_fs_ss gets freed, copy return value if you need longer scope. Do not free returned string.
Return
string. NULL if argument 'ss' is NULL or not a valid lsm_fs_ss pointer.
Info
July 2024 Libstoragemgmt C API Manual