Sponsor:

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

lsm_volume_name_get - Man Page

Retrieves the name for the volume.

Synopsis

const char Ā * lsm_volume_name_get (lsm_volume *v);

Arguments

v

Volume to retrieve name for.

Version

1.0

Description

Retrieves the name for the volume.

Note

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

Return

string. NULL if argument 'v' is NULL or not a valid lsm_volume pointer.

Info

July 2024 Libstoragemgmt C API Manual