Currently this will be zeroed in lpcfg_smbcli_options(),
but will later allow advanced callers to pass values to
smbXcli_conn_create().
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14512
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
#include "libcli/raw/request.h"
#include "librpc/gen_ndr/nbt.h"
#include "libcli/raw/interfaces.h"
+#include "libcli/smb/smb2_negotiate_context.h"
struct smbcli_tree; /* forward declare */
struct smbcli_request; /* forward declare */
struct GUID client_guid;
uint64_t max_credits;
unsigned int only_negprot;
+ struct smb311_capabilities smb3_capabilities;
};
/* this is the context for the client transport layer */