Sponsor:

Your company here ā€” click to reach over 10,000 unique daily visitors

lsm_fs_id_get - Man Page

Retrieves the ID of the fs.

Synopsis

const char Ā * lsm_fs_id_get (lsm_fs *fs);

Arguments

fs

File system to retrieve id for.

Version

1.0

Description

Retrieves the ID for the fs.

Note

Address returned is valid until lsm_fs gets freed, copy return value if you need longer scope. Do not free returned string.

Return

string. NULL if argument 'fs' is NULL or not a valid lsm_fs pointer.

Info

July 2024 Libstoragemgmt C API Manual