summaryrefslogtreecommitdiffstats
path: root/xlators/features/utime/src/utime.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/utime/src/utime.h')
-rw-r--r--xlators/features/utime/src/utime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/features/utime/src/utime.h b/xlators/features/utime/src/utime.h
index f8d5eca082e..236183d4bcc 100644
--- a/xlators/features/utime/src/utime.h
+++ b/xlators/features/utime/src/utime.h
@@ -16,4 +16,8 @@
#include "defaults.h"
#include "utime-autogen-fops.h"
+typedef struct utime_priv {
+ gf_boolean_t noatime;
+} utime_priv_t;
+
#endif /* __UTIME_H__ */