creating nfs client per security flavor
This commit is contained in:
parent
3b9f37d5a1
commit
f7a9932cb3
5 changed files with 50 additions and 23 deletions
|
|
@ -191,6 +191,7 @@ typedef struct __nfs41_root {
|
|||
/* nfs41_namespace.c */
|
||||
int nfs41_root_create(
|
||||
IN const char *name,
|
||||
IN uint32_t sec_flavor,
|
||||
IN uint32_t wsize,
|
||||
IN uint32_t rsize,
|
||||
OUT nfs41_root **root_out);
|
||||
|
|
@ -298,6 +299,7 @@ void nfs41_server_addrs(
|
|||
/* nfs41_client.c */
|
||||
int nfs41_client_owner(
|
||||
IN const char *name,
|
||||
IN uint32_t sec_flavor,
|
||||
OUT client_owner4 *owner);
|
||||
|
||||
uint32_t nfs41_exchange_id_flags(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue