Sponsor:

Your company here, and a link to your site. Click to find out more.

lsm_nfs_export_record_array_free - Man Page

Free the memory of lsm_nfs_export array.

Synopsis

int lsm_nfs_export_record_array_free (lsm_nfs_export *exps[], uint32_t size);

Arguments

exps[]

Array to release memory for.

size

Number of elements.

Version

1.0

Description

Frees the memory resources for an array of lsm_nfs_export.

Return

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

Info

April 2023 Libstoragemgmt C API Manual