From 651d5a89c59c107c05e789358624058e16af1b66 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 20 Mar 2007 16:56:16 +0000 Subject: r21889: * Pull from SAMBA-3_0_25 svn r21888 * Set version to 3.0.25pre2 --- source/include/smb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/include/smb.h') diff --git a/source/include/smb.h b/source/include/smb.h index 3f0356f2248..a8fb39797b2 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -500,12 +500,13 @@ typedef struct files_struct { uint32 access_mask; /* NTCreateX access bits (FILE_READ_DATA etc.) */ uint32 share_access; /* NTCreateX share constants (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE). */ BOOL pending_modtime_owner; - time_t pending_modtime; - time_t last_write_time; + struct timespec pending_modtime; + struct timespec last_write_time; int oplock_type; int sent_oplock_break; struct timed_event *oplock_timeout; struct lock_struct last_lock_failure; + int current_lock_count; /* Count the number of outstanding locks and pending locks. */ struct share_mode_entry *pending_break_messages; int num_pending_break_messages; -- cgit