lsm_pool_record_free - Man Page

Frees the memory for an individual pool

Synopsis

int lsm_pool_record_free (lsm_pool *p);

Arguments

p

lsm_pool to release memory for.

Version

1.0

Description

Frees the memory for an individual lsm_pool

Return

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

Info

April 2023 Libstoragemgmt C API Manual