summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-05-05 18:12:07 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-08 01:22:19 +0200
commitf21720773fc24424921b6731d0b07df38d00d3e0 (patch)
tree27c572b04efed6c6bab24ef72f53d322d62c1852 /source3/include
parent4efc85c6f152ef8cf93e76389659fd8eb019a0ee (diff)
downloadsamba-f21720773fc24424921b6731d0b07df38d00d3e0.tar.gz
samba-f21720773fc24424921b6731d0b07df38d00d3e0.tar.bz2
samba-f21720773fc24424921b6731d0b07df38d00d3e0.zip
s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 86f3d5ec97..2f8a572202 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -156,6 +156,11 @@ struct cli_state {
uint32_t max_write_size;
struct timespec system_time;
struct timespec server_start_time;
+
+ /* SMB2 tcon */
+ uint8_t share_type;
+ uint32_t share_flags;
+ uint32_t maximal_access;
} smb2;
};