1lsm_capability_record_free(L3i)bstoragemgmt C API Manlusaml_capability_record_free(3)
2
3
4
6 lsm_capability_record_free - Free the lsm_storage_capabilities memory.
7
9 int lsm_capability_record_free (lsm_storage_capabilities *cap);
10
12 cap Pointer of lsm_storage_capabilities to release.
13
15 1.0
16
18 Frees the memory resources for a lsm_storage_capabilities.
19
21 Error code as enumerated by 'lsm_error_number':
22 * LSM_ERR_OK
23 On success or not found.
24 * LSM_ERR_INVALID_ARGUMENT
25 When any argument is NULL or not a valid
26 lsm_storage_capabilities pointer.
27
28
29
30April 2023 lsm_capability_record_frlesem_capability_record_free(3)