summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-11 19:14:27 +0000
committerJeremy Allison <jra@samba.org>1998-09-11 19:14:27 +0000
commit27d0bef143fbc4d7547c022046c094bbdbd0bfc1 (patch)
tree884cadd16fda29312e86a9d19b2bfb1562ff7530 /source3/include/smb.h
parent06cc91f9a631a23dcd4902d710b89e4b7584c459 (diff)
downloadsamba-27d0bef143fbc4d7547c022046c094bbdbd0bfc1.tar.gz
samba-27d0bef143fbc4d7547c022046c094bbdbd0bfc1.tar.bz2
samba-27d0bef143fbc4d7547c022046c094bbdbd0bfc1.zip
Ok - this is the 'expose 64 bit to the clients' checkin.
I have tested it by creating a 'holey' 20GB file - checking that it shows up correctl in the NT file view (it does) and am busily copying it to NULL: on the NT box. All good so far.... :-). Also implemented NT 'delete on close' semantics. Jeremy. (This used to be commit 1654faee80648583e6a47ab7eda990fefdf85124)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 3e68f1c4ca..5a90f08258 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -576,6 +576,7 @@ typedef struct files_struct
BOOL granted_oplock;
BOOL sent_oplock_break;
BOOL is_directory;
+ BOOL delete_on_close;
char *fsp_name;
} files_struct;