summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-23 22:22:02 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-24 22:20:06 +0200
commit92efe1a35ff007919e9c23a066a702be8cfd0a9f (patch)
tree98843425c3d0ea426ef6dfdec6e105e9b3d2de09 /source3/include/client.h
parent41538b17c5420b1e8e45d3e2987c77bc79c14de5 (diff)
downloadsamba-92efe1a35ff007919e9c23a066a702be8cfd0a9f.tar.gz
samba-92efe1a35ff007919e9c23a066a702be8cfd0a9f.tar.bz2
samba-92efe1a35ff007919e9c23a066a702be8cfd0a9f.zip
s3:libsmb: setup a smbXcli_tcon for SMB2
metze
Diffstat (limited to 'source3/include/client.h')
-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 9617c2a376..00a7e1b40c 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -111,6 +111,7 @@ struct cli_state {
uint32_t pid;
uint32_t tid;
struct smbXcli_session *session;
+ struct smbXcli_tcon *tcon;
/* SMB2 tcon */
uint8_t share_type;