summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-03 10:18:17 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:31 +0100
commit99b3d57fc36ca7e0f493b79886027930278b812a (patch)
tree44615e09982fb566c066dbca80edc9612d3d03b3 /source3/include/client.h
parent396d7a7dd3d1583109b477ea5b223670903cde0d (diff)
downloadsamba-99b3d57fc36ca7e0f493b79886027930278b812a.tar.gz
samba-99b3d57fc36ca7e0f493b79886027930278b812a.tar.bz2
samba-99b3d57fc36ca7e0f493b79886027930278b812a.zip
s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 signing
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index faac1b9043..464a7001d8 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -38,6 +38,7 @@ struct print_job_info {
};
struct smbXcli_conn;
+struct smbXcli_session;
struct cli_state {
/**
@@ -165,7 +166,7 @@ struct cli_state {
uint32_t pid;
uint32_t tid;
- uint64_t uid;
+ struct smbXcli_session *session;
/* SMB2 tcon */
uint8_t share_type;