diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3.h')
-rw-r--r-- | xlators/nfs/server/src/nfs3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index e6b9edee5..78eb01b60 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -154,6 +154,7 @@ typedef union args_ { nlm4_unlockargs nlm4_unlockargs; nlm4_shareargs nlm4_shareargs; nlm4_shareres nlm4_shareres; + nlm4_freeallargs nlm4_freeallargs; } args; @@ -230,6 +231,7 @@ struct nfs3_local { nlm4_lkowner_t lkowner; char cookiebytes[1024]; struct nfs3_fh lockfh; + int monitor; rpc_transport_t *trans; call_frame_t *frame; }; |