#include <lsm_datatypes.hpp>

Data Fields | |
| uint32_t | magic |
| char * | id |
| char * | fs_id |
| char * | export_path |
| char * | auth_type |
| lsm_string_list * | root |
| lsm_string_list * | rw |
| lsm_string_list * | ro |
| uint64_t | anonuid |
| uint64_t | anongid |
| char * | options |
| char * | plugin_data |
Structure for NFS export information
Definition at line 110 of file lsm_datatypes.hpp.
| uint64_t anongid |
Gid that should map to anonymous
Definition at line 120 of file lsm_datatypes.hpp.
| uint64_t anonuid |
Uid that should map to anonymous
Definition at line 119 of file lsm_datatypes.hpp.
| char* auth_type |
Supported authentication types
Definition at line 115 of file lsm_datatypes.hpp.
| char* export_path |
Export path
Definition at line 114 of file lsm_datatypes.hpp.
| char* fs_id |
File system id
Definition at line 113 of file lsm_datatypes.hpp.
| char* id |
Id
Definition at line 112 of file lsm_datatypes.hpp.
| uint32_t magic |
Used for verfication
Definition at line 111 of file lsm_datatypes.hpp.
| char* options |
Options
Definition at line 121 of file lsm_datatypes.hpp.
| char* plugin_data |
Reserved for the plugin to use
Definition at line 122 of file lsm_datatypes.hpp.
List of hosts with read only access
Definition at line 118 of file lsm_datatypes.hpp.
List of hosts with root access
Definition at line 116 of file lsm_datatypes.hpp.
List of hosts with read & write access
Definition at line 117 of file lsm_datatypes.hpp.
1.6.1