diff options
author | Tim Prouty <tprouty@samba.org> | 2009-02-16 14:55:52 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-02-19 21:09:30 -0800 |
commit | 2b53b791938bf6b6855b854561dcff70dbc328d3 (patch) | |
tree | f0aae2b546359d2ba55221d9270f864e8fb50faf /source3 | |
parent | e4675ce8db436ac572fcc476b9bfb1116e997f9f (diff) | |
download | samba-2b53b791938bf6b6855b854561dcff70dbc328d3.tar.gz samba-2b53b791938bf6b6855b854561dcff70dbc328d3.tar.bz2 samba-2b53b791938bf6b6855b854561dcff70dbc328d3.zip |
s3: Remove unused inform_level2_message struct
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index ec5bb71798..f02088731d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1621,14 +1621,6 @@ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K}; #define BATCH_OPLOCK_TYPE(lck) ((lck) & (unsigned int)BATCH_OPLOCK) #define LEVEL_II_OPLOCK_TYPE(lck) ((lck) & ((unsigned int)LEVEL_II_OPLOCK|(unsigned int)FAKE_LEVEL_II_OPLOCK)) -struct inform_level2_message { - SMB_DEV_T dev; - SMB_INO_T inode; - uint16 mid; - unsigned long target_file_id; - unsigned long source_file_id; -}; - /* kernel_oplock_message definition. struct kernel_oplock_message { |