1lsm_disk_record_free(3)   Libstoragemgmt C API Manual  lsm_disk_record_free(3)
2
3
4

NAME

6       lsm_disk_record_free - Free the lsm_disk memory.
7

SYNOPSIS

9       int lsm_disk_record_free (lsm_disk *d);
10

ARGUMENTS

12       d           Record to release
13

VERSION

15       1.0
16

DESCRIPTION

18       Frees the memory resources for the specified lsm_disk.
19

RETURN

21       Error code as enumerated by 'lsm_error_number':
22           * LSM_ERR_OK
23               On success.
24           * LSM_ERR_INVALID_ARGUMENT
25               When not a valid lsm_disk pointer.
26
27
28
29February 2020                lsm_disk_record_free      lsm_disk_record_free(3)
Impressum