lsm_system_record_copy - Man Page
Duplicates a system record.
Synopsis
lsm_system * lsm_system_record_copy (lsm_system *s);
Arguments
- s
Pointer of lsm_system to duplicate.
Version
1.0
Description
Duplicates a lsm_system record.
Return
Pointer of lsm_system. NULL on memory allocation failure. Should be freed by lsm_system_record_free.
Info
July 2024 Libstoragemgmt C API Manual