Scroll to navigation

lsm_disk_record_free(3) Libstoragemgmt C API Manual lsm_disk_record_free(3)

NAME

lsm_disk_record_free - Free the lsm_disk memory.

SYNOPSIS

int lsm_disk_record_free (lsm_disk *d);

ARGUMENTS

Record to release

VERSION

1.0

DESCRIPTION

Frees the memory resources for the specified lsm_disk.

RETURN

Error code as enumerated by 'lsm_error_number':
* LSM_ERR_OK
On success.
* LSM_ERR_INVALID_ARGUMENT
When not a valid lsm_disk pointer.

lsm_disk_record_free April 2023