lsm_nfs_export_root_get - Man Page
Retrieves the host list with root access of the nfs_export
Synopsis
lsm_string_list * lsm_nfs_export_root_get (lsm_nfs_export *exp);
Arguments
- exp
NFS export to retrieve host list for.
Version
1.0
Description
Retrieves the host list with root access for the lsm_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 lsm_string_list.
Return
lsm_string_list. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export pointer.
Info
July 2024 Libstoragemgmt C API Manual