lsm_nfs_export_record_free - Man Page
Free the lsm_nfs_export memory.
Synopsis
int lsm_nfs_export_record_free (lsm_nfs_export *exp);
Arguments
- exp
- The pointer of lsm_nfs_export to free. 
Version
1.0
Description
Frees the memory resources for the specified 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_disk pointer.
Info
January 2025 Libstoragemgmt C API Manual