summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-13 18:09:42 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-15 12:12:25 +0200
commitabca5f17c38f5ced2d03d66f99f91f895bf00851 (patch)
tree9de49a65fbdac433da58d2154fde1b12642c1b74 /source3/include/client.h
parent14e8ef14a0cf44476160d3c0a12d0166002987a0 (diff)
downloadsamba-abca5f17c38f5ced2d03d66f99f91f895bf00851.tar.gz
samba-abca5f17c38f5ced2d03d66f99f91f895bf00851.tar.xz
samba-abca5f17c38f5ced2d03d66f99f91f895bf00851.zip
s3:libsmb: detect lock_read and write_unlock support
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 2 insertions, 0 deletions
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;