summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-03-10 21:43:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:58 -0500
commit95e68fa7f8c109204b3ddaeb530e192c71b40e58 (patch)
treecc0277ddadbfbb929bec2adc254554ca798cfa14 /source3/include/smb.h
parent82379c7bd1827601630da120f5b5ebb9061ce2b5 (diff)
downloadsamba-95e68fa7f8c109204b3ddaeb530e192c71b40e58.tar.gz
samba-95e68fa7f8c109204b3ddaeb530e192c71b40e58.tar.bz2
samba-95e68fa7f8c109204b3ddaeb530e192c71b40e58.zip
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
This may fix bug #2382. Jeremy. (This used to be commit a27c351e6beafc6609790a9bb9a3d0a1331e8f35)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 85a700fcc7..91ec52df23 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -404,7 +404,9 @@ typedef struct files_struct {
struct timeval open_time;
int share_mode;
uint32 desired_access;
+ BOOL pending_modtime_owner;
time_t pending_modtime;
+ time_t last_write_time;
int oplock_type;
int sent_oplock_break;
unsigned long file_id;