Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

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

July 2024 Libstoragemgmt C API Manual