Scroll to navigation

lsm_nfs_export_record_array_free(3) Libstoragemgmt C API Manual lsm_nfs_export_record_array_free(3)

NAME

lsm_nfs_export_record_array_free - Free the memory of lsm_nfs_export array.

SYNOPSIS

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

ARGUMENTS

Array to release memory for.
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.

lsm_nfs_export_record_array_free April 2023