From: Stefan Metzmacher Date: Fri, 19 Oct 2012 09:12:05 +0000 (+0200) Subject: s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie X-Git-Tag: ldb-1.1.14~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=506249b86382331c39676b8632ad33b535f9fb03;p=thirdparty%2Fsamba.git s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie metze Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl index eb0dfa08aee..0dd98596e4c 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; }