lsm_nfs_export_record_free(3) | Libstoragemgmt C API Manual | lsm_nfs_export_record_free(3) |
NAME¶
lsm_nfs_export_record_free - 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.
lsm_nfs_export_record_free | May 2019 |