s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie
authorStefan Metzmacher <metze@samba.org>
Fri, 19 Oct 2012 09:12:05 +0000 (11:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 12:02:19 +0000 (13:02 +0100)
metze

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 506249b86382331c39676b8632ad33b535f9fb03)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/librpc/idl/open_files.idl

index eb0dfa08aee57615661a94244ff5881698b8097a..0dd98596e4c4b7fa676b40d34fbb70dd4fdc4b97 100644 (file)
@@ -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;
 }