diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-03 10:18:17 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-24 19:02:31 +0100 |
commit | 99b3d57fc36ca7e0f493b79886027930278b812a (patch) | |
tree | 44615e09982fb566c066dbca80edc9612d3d03b3 /source3/include | |
parent | 396d7a7dd3d1583109b477ea5b223670903cde0d (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/client.h | 3 |
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; |