summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-02-14 16:10:51 -0800
committerTim Prouty <tprouty@samba.org>2009-02-16 00:29:20 -0800
commit6bd7e2b097c54615929b9fdcb7ca00a3fa4cc2aa (patch)
treef2d57c285368ee5951b4224c2a74e58e5324a85e /source3/modules/onefs.h
parentdea223ba7914ff9cdc1a35720086c437c74fc5ac (diff)
downloadsamba-6bd7e2b097c54615929b9fdcb7ca00a3fa4cc2aa.tar.gz
samba-6bd7e2b097c54615929b9fdcb7ca00a3fa4cc2aa.tar.bz2
samba-6bd7e2b097c54615929b9fdcb7ca00a3fa4cc2aa.zip
s3 OneFS: Add defaults to the fake timestamp parameters
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 126b75628a..b979cfd7eb 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -42,17 +42,25 @@ enum onefs_acl_wire_format
#define PARM_ACL_WIRE_FORMAT "acl wire format"
#define PARM_ACL_WIRE_FORMAT_DEFAULT ACL_FORMAT_WINDOWS_SD
#define PARM_ATIME_NOW "atime now files"
+#define PARM_ATIME_NOW_DEFAULT NULL
#define PARM_ATIME_STATIC "atime static files"
+#define PARM_ATIME_STATIC_DEFAULT NULL
#define PARM_ATIME_SLOP "atime now slop"
+#define PARM_ATIME_SLOP_DEFAULT 0
#define PARM_CREATOR_OWNER_GETS_FULL_CONTROL "creator owner gets full control"
#define PARM_CREATOR_OWNER_GETS_FULL_CONTROL_DEFAULT true
#define PARM_CTIME_NOW "ctime now files"
+#define PARM_CTIME_NOW_DEFAULT NULL
#define PARM_CTIME_SLOP "ctime now slop"
+#define PARM_CTIME_SLOP_DEFAULT 0
#define PARM_IGNORE_SACLS "ignore sacls"
#define PARM_IGNORE_SACLS_DEFAULT false
#define PARM_MTIME_NOW "mtime now files"
+#define PARM_MTIME_NOW_DEFAULT NULL
#define PARM_MTIME_STATIC "mtime static files"
+#define PARM_MTIME_STATIC_DEFAULT NULL
#define PARM_MTIME_SLOP "mtime now slop"
+#define PARM_MTIME_SLOP_DEFAULT 0
#define PARM_USE_READDIRPLUS "use readdirplus"
#define PARM_USE_READDIRPLUS_DEFAULT true
#define PARM_SIMPLE_FILE_SHARING_COMPATIBILITY_MODE "simple file sharing compatibility mode"