diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs3.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index 4cb3e67528d..187fb7e1912 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -23,6 +23,7 @@  #include "nlm4.h"  #include "acl3-xdr.h"  #include "acl3.h" +#include "refcount.h"  #include <sys/statvfs.h>  #define GF_NFS3                 GF_NFS"-nfsv3" @@ -184,6 +185,8 @@ typedef int (*nfs3_resume_fn_t) (void *cs);   * Imagine the chaos if we need a mem-pool for each one of those sub-structures.   */  struct nfs3_local { +        GF_REF_DECL; +          rpcsvc_request_t        *req;          xlator_t                *vol;          nfs3_resume_fn_t        resume_fn;  | 
