From 506249b86382331c39676b8632ad33b535f9fb03 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 19 Oct 2012 11:12:05 +0200 Subject: s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookie metze Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/librpc/idl/open_files.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc') 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; } -- cgit