Scroll to navigation

lsm_fs_ss_record_free(3) Libstoragemgmt C API Manual lsm_fs_ss_record_free(3)

NAME

lsm_fs_ss_record_free - Frees the memory for an individual file system snapshot

SYNOPSIS

int lsm_fs_ss_record_free (lsm_fs_ss *ss);

ARGUMENTS

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.

lsm_fs_ss_record_free April 2023