summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-06-27 17:06:46 +0200
committerJeremy Allison <jra@samba.org>2019-07-01 21:43:23 +0000
commitd18bdc1c43b8573582bd77d153cd514f881a69b9 (patch)
tree99addd2d89733c58ec457eb57d500498ee342642 /source3/librpc
parenta5f4e33f87fce8622b2b9d84968ed28d30f4e79a (diff)
downloadsamba-d18bdc1c43b8573582bd77d153cd514f881a69b9.tar.gz
s3: convert struct stat_ex st_ex_calculated_birthtime bool to flags
Subsequent commits will add more flags, this paves the way. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/open_files.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl
index 5668a0b97e2..04305e24164 100644
--- a/source3/librpc/idl/open_files.idl
+++ b/source3/librpc/idl/open_files.idl
@@ -76,10 +76,10 @@ interface open_files
timespec st_ex_mtime;
timespec st_ex_ctime;
timespec st_ex_btime;
- boolean8 st_ex_calculated_birthtime;
hyper st_ex_blksize;
hyper st_ex_blocks;
uint32 st_ex_flags;
+ uint32 st_ex_iflags;
} vfs_default_durable_stat;
typedef [public] struct {