saving uid/gid in rpc client

This commit is contained in:
Olga Kornievskaia 2011-05-19 12:05:39 -04:00
parent aa4c8603ee
commit ee955a10b2
2 changed files with 4 additions and 0 deletions

View file

@ -115,6 +115,8 @@ typedef struct __nfs41_rpc_clnt {
uint32_t rsize;
uint32_t version;
uint32_t sec_flavor;
uint32_t uid;
uint32_t gid;
char server_name[NI_MAXHOST];
bool_t is_valid_session;
bool_t in_recovery;