Sponsor:

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

lsm_nfs_export_id_get - Man Page

Retrieves the ID of the nfs_export.

Synopsis

const char Ā * lsm_nfs_export_id_get (lsm_nfs_export *exp);

Arguments

exp

NFS export to retrieve id for.

Version

1.0

Description

Retrieves the ID for the nfs_export.

Note

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

Return

string. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export pointer.

Info

July 2024 Libstoragemgmt C API Manual