diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-15 16:00:42 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-03 14:03:49 +0200 |
commit | 0827b08a433b7dec91be7ca7406804087f3fef07 (patch) | |
tree | aca0eecdf1c86d9f258277eb3fbd84d06599bdb1 /source4/librpc/idl | |
parent | 6610a6c49a2140747aa8e36c26f855953471140d (diff) | |
download | samba-0827b08a433b7dec91be7ca7406804087f3fef07.tar.gz samba-0827b08a433b7dec91be7ca7406804087f3fef07.tar.bz2 samba-0827b08a433b7dec91be7ca7406804087f3fef07.zip |
opendb: add write time handling
metze
(This used to be commit 3868d8ce630c71e2c70aae442fcdbd68ba1eb708)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/opendb.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/opendb.idl b/source4/librpc/idl/opendb.idl index 72bf23a9b4..cdbaa6cb1b 100644 --- a/source4/librpc/idl/opendb.idl +++ b/source4/librpc/idl/opendb.idl @@ -35,6 +35,8 @@ interface opendb typedef [public] struct { boolean8 delete_on_close; + NTTIME open_write_time; + NTTIME changed_write_time; utf8string path; uint32 num_entries; opendb_entry entries[num_entries]; |