summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-08-07 15:54:05 -0700
committerStefan Metzmacher <metze@samba.org>2013-08-15 09:07:06 +0200
commit28591dfd5d2163d9181d45d64a4a750e335b7c56 (patch)
tree6abefaa642d2790d57047343800ab2db6022bbdb /source3/include
parentc80349e0fad7c182b0bddefed99a78d95323faca (diff)
downloadsamba-28591dfd5d2163d9181d45d64a4a750e335b7c56.tar.gz
samba-28591dfd5d2163d9181d45d64a4a750e335b7c56.tar.bz2
samba-28591dfd5d2163d9181d45d64a4a750e335b7c56.zip
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>
Diffstat (limited to 'source3/include')
-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 ba7b049880..f6a4a8158d 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -108,6 +108,7 @@ struct cli_state {
struct {
struct smbXcli_session *session;
struct smbXcli_tcon *tcon;
+ struct idr_context *open_handles;
} smb2;
};