summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/exports.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/nfs/server/src/exports.h')
-rw-r--r--xlators/nfs/server/src/exports.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/exports.h b/xlators/nfs/server/src/exports.h
index 0079b9a3deb..87795dadaee 100644
--- a/xlators/nfs/server/src/exports.h
+++ b/xlators/nfs/server/src/exports.h
@@ -55,6 +55,7 @@ struct export_options {
struct export_item {
char *name; /* Name of the export item */
struct export_options *opts; /* NFS Options */
+ GF_REF_DECL;
};
struct export_dir {