diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-10-19 11:12:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-10-19 15:25:17 +0200 |
commit | 506249b86382331c39676b8632ad33b535f9fb03 (patch) | |
tree | 9628af66b305721e42ba727d2ef8e69268f237c4 /source3/librpc/idl/open_files.idl | |
parent | 137376391d5642c0a18ff70a5184dac4b402fa42 (diff) | |
download | samba-506249b86382331c39676b8632ad33b535f9fb03.tar.gz samba-506249b86382331c39676b8632ad33b535f9fb03.tar.xz 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/idl/open_files.idl')
-rw-r--r-- | source3/librpc/idl/open_files.idl | 4 |
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; } |