1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r3012: added initial support for byte range locking in the posix vfs. This is

enough for us to pass locktest, but does not yet support lock timeouts
and some of the other esoteric features.
This commit is contained in:
Andrew Tridgell
2004-10-17 02:55:47 +00:00
committed by Gerald (Jerry) Carter
parent f4a91be635
commit 58a92abd88
16 changed files with 671 additions and 31 deletions

View File

@@ -1450,7 +1450,9 @@ union smb_lock {
/* generic interface */
struct {
enum smb_lock_level level;
struct {
uint16_t fnum;
} in;
} generic;
/* SMBlock interface */