From fef617c31bd4a8be09449d6bc726c729ae758423 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 17 Oct 2004 02:55:47 +0000 Subject: 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 used to be commit 58a92abd88f190bc60894a68e0528e95ae33fe39) --- source4/include/smb_interfaces.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/include/smb_interfaces.h') diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 4acdf51b56..e9f51ba4d1 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1450,7 +1450,9 @@ union smb_lock { /* generic interface */ struct { enum smb_lock_level level; - + struct { + uint16_t fnum; + } in; } generic; /* SMBlock interface */ -- cgit