Sponsor:

Your company here, and a link to your site. Click to find out more.

lsm_pool_record_copy - Man Page

Duplicates a lsm_pool record.

Synopsis

lsm_pool  * lsm_pool_record_copy (lsm_pool *to_be_copied);

Arguments

to_be_copied

Pointer of lsm_pool to duplicate.

Version

1.0

Description

Duplicates a lsm_pool record.

Return

Pointer of lsm_pool. NULL on memory allocation failure or invalid lsm_pool pointer. Should be freed by lsm_pool_record_free.

Info

April 2023 Libstoragemgmt C API Manual