summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-24 17:34:13 +0100
committerVolker Lendecke <vl@samba.org>2010-01-24 20:32:17 +0100
commitca48d6ab778a49f7676b27a7df054d75f4c819c1 (patch)
treebcd8d87affae24ee87919b93ff09598d59c1f92c /source3/include
parentd016bdb72c3bd5993d0f4acb583512f25ea9521c (diff)
downloadsamba-ca48d6ab778a49f7676b27a7df054d75f4c819c1.tar.gz
samba-ca48d6ab778a49f7676b27a7df054d75f4c819c1.tar.bz2
samba-ca48d6ab778a49f7676b27a7df054d75f4c819c1.zip
s3: Add CLI_FULL_CONNECTION_USE_CCACHE
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index c74c74509a..72cea4a82c 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -305,5 +305,6 @@ typedef struct file_info {
#define CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS 0x0008
#define CLI_FULL_CONNECTION_OPLOCKS 0x0010
#define CLI_FULL_CONNECTION_LEVEL_II_OPLOCKS 0x0020
+#define CLI_FULL_CONNECTION_USE_CCACHE 0x0040
#endif /* _CLIENT_H */