mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
s4:libcli/raw: implement on top of smbXcli_conn/req
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define __LIBCLI_H__
|
||||
|
||||
#include "librpc/gen_ndr/nbt.h"
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
|
||||
struct substitute_context;
|
||||
|
||||
@@ -30,6 +31,8 @@ struct substitute_context;
|
||||
i.e. a single session on a single socket.
|
||||
*/
|
||||
struct smbcli_state {
|
||||
struct smbcli_options options;
|
||||
struct smbcli_socket *sock; /* NULL if connected */
|
||||
struct smbcli_transport *transport;
|
||||
struct smbcli_session *session;
|
||||
struct smbcli_tree *tree;
|
||||
|
||||
Reference in New Issue
Block a user