summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-10-19 11:12:05 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 15:25:17 +0200
commit506249b86382331c39676b8632ad33b535f9fb03 (patch)
tree9628af66b305721e42ba727d2ef8e69268f237c4 /source3/librpc
parent137376391d5642c0a18ff70a5184dac4b402fa42 (diff)
downloadsamba-506249b86382331c39676b8632ad33b535f9fb03.tar.gz
samba-506249b86382331c39676b8632ad33b535f9fb03.tar.bz2
samba-506249b86382331c39676b8632ad33b535f9fb03.zip
s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/open_files.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl
index eb0dfa08ae..0dd98596e4 100644
--- a/source3/librpc/idl/open_files.idl
+++ b/source3/librpc/idl/open_files.idl
@@ -61,5 +61,9 @@ interface open_files
[string,charset(UTF8)] char *base_name;
hyper initial_allocation_size;
hyper position_information;
+ boolean8 update_write_time_triggered;
+ boolean8 update_write_time_on_close;
+ boolean8 write_time_forced;
+ timespec close_write_time;
} vfs_default_durable_cookie;
}