lsm_fs_ss_record_free - Man Page
Frees the memory for an individual file system snapshot
Synopsis
int lsm_fs_ss_record_free (lsm_fs_ss *ss);
Arguments
- ss
lsm_fs_ss to release memory for.
Version
1.0
Description
Frees the memory for an individual file system snapshot.
Return
Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success or not found.
* LSM_ERR_INVALID_ARGUMENT
When not a valid lsm_fs_ss pointer.
Info
July 2024 Libstoragemgmt C API Manual