summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-06 20:45:08 +0200
committerVolker Lendecke <vl@samba.org>2009-04-06 21:32:08 +0200
commit3084d49cc000dbfeb01d931d737c695dcd392e4a (patch)
treedf019add8d0a7a28a8a68017a18cd782f440bf82 /source3/include
parent0c353b57113b02bccaaa3ec09ff9fb1fd8542bd4 (diff)
downloadsamba-3084d49cc000dbfeb01d931d737c695dcd392e4a.tar.gz
samba-3084d49cc000dbfeb01d931d737c695dcd392e4a.tar.bz2
samba-3084d49cc000dbfeb01d931d737c695dcd392e4a.zip
Add a bad hack to enable level 2 oplocks in torture_open_connection_share
Diffstat (limited to 'source3/include')
-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 3461dfa47a..c314c9c6a9 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -289,5 +289,7 @@ typedef struct file_info {
#define CLI_FULL_CONNECTION_USE_KERBEROS 0x0002
#define CLI_FULL_CONNECTION_ANONYMOUS_FALLBACK 0x0004
#define CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS 0x0008
+#define CLI_FULL_CONNECTION_OPLOCKS 0x0010
+#define CLI_FULL_CONNECTION_LEVEL_II_OPLOCKS 0x0020
#endif /* _CLIENT_H */