lsm_disk_record_free - Man Page

Free the lsm_disk memory.

Synopsis

int lsm_disk_record_free (lsm_disk *d);

Arguments

d

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.

Info

April 2023 Libstoragemgmt C API Manual