diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-18 20:04:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:09 -0500 |
commit | 70f630d375de3f310ede4f78f6b4d3515139c5e9 (patch) | |
tree | 8c43cd7903c5e157512c97d71c304ab68f729805 /source4/include | |
parent | 664f50e81cc97eac7162cb3dd324eaefb11aa7d2 (diff) | |
download | samba-70f630d375de3f310ede4f78f6b4d3515139c5e9.tar.gz samba-70f630d375de3f310ede4f78f6b4d3515139c5e9.tar.bz2 samba-70f630d375de3f310ede4f78f6b4d3515139c5e9.zip |
r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition
(This used to be commit e50fc00671ace0085632f35ec99ad1125cd4d546)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/smb_interfaces.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 35cddf3d00..e63d2baa15 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1096,6 +1096,9 @@ union smb_open { uint32_t create_options; uint32_t impersonation; uint8_t security_flags; + /* NOTE: fname can also be a pointer to a + uint64_t file_id if create_options has the + NTCREATEX_OPTIONS_OPEN_BY_FILE_ID flag set */ const char *fname; } in; |