1lsm_nfs_export_id_get(3) Libstoragemgmt C API Manual lsm_nfs_export_id_get(3)
2
3
4
6 lsm_nfs_export_id_get - Retrieves the ID of the nfs_export.
7
9 const char * lsm_nfs_export_id_get (lsm_nfs_export *exp);
10
12 exp NFS export to retrieve id for.
13
15 1.0
16
18 Retrieves the ID for the nfs_export.
19
21 Address returned is valid until lsm_nfs_export gets freed, copy return
22 value if you need longer scope. Do not free returned string.
23
25 string. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export
26 pointer.
27
28
29
30November 2022 lsm_nfs_export_id_get lsm_nfs_export_id_get(3)