diff options
author | Jeremy Allison <jra@samba.org> | 2013-08-07 15:54:05 -0700 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2013-08-30 11:53:24 +0200 |
commit | 086075ee43cd6790c2c789a33319cba054a4b751 (patch) | |
tree | f06951594178776f26f467070cf00748355acac2 /source3/include/client.h | |
parent | 2167e599867c787917acb4595ad718f55606fcba (diff) | |
download | samba-086075ee43cd6790c2c789a33319cba054a4b751.tar.gz |
s3:libsmb: Add in the core of the libsmb client SMB2 functions.
These create a synchronous cli_smb2_XXX() style interface
designed to plug directly into the libsmb/cliXXXX.c code.
https://bugzilla.samba.org/show_bug.cgi?id=9974
Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 28591dfd5d2163d9181d45d64a4a750e335b7c56)
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 52e2212c06..09f96601c0 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -109,6 +109,7 @@ struct cli_state { struct { struct smbXcli_session *session; struct smbXcli_tcon *tcon; + struct idr_context *open_handles; } smb2; }; |