diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-08 03:54:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:40 -0500 |
commit | 19fc6e8f511f028aa40122cc7e40c83908d07ebe (patch) | |
tree | 43fe216bd4812568fc39a01e72ec777bf398066d /source4/include | |
parent | ce51a06f029e78212b3f02e1433f050bec394152 (diff) | |
download | samba-19fc6e8f511f028aa40122cc7e40c83908d07ebe.tar.gz samba-19fc6e8f511f028aa40122cc7e40c83908d07ebe.tar.bz2 samba-19fc6e8f511f028aa40122cc7e40c83908d07ebe.zip |
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
preparation for adding code to pass the BASE-DENY1 and BASE-DENYDOS
tests, which require a shared filesystem handle for some specific
combinations of two DENY_DOS opens on the same connection.
(This used to be commit 6e4fdf01d19051e3923d7703dbf990fc1722b09a)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 434f9513d2..acc2d503bb 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -794,7 +794,7 @@ union smb_setfileinfo { enum smb_setfileinfo_level level; union setfileinfo_file file; - struct { + struct smb_rename_information { uint8_t overwrite; uint32_t root_fid; const char *new_name; |