From abca5f17c38f5ced2d03d66f99f91f895bf00851 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Sep 2011 18:09:42 +0200 Subject: s3:libsmb: detect lock_read and write_unlock support metze --- source3/include/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index e51d72789c..09893a2e01 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -135,6 +135,8 @@ struct cli_state { uint16_t security_mode; bool readbraw; bool writebraw; + bool lockread; + bool writeunlock; } server; uint32_t capabilities; -- cgit