s4:libcli/raw: add smb3_capabilities to struct smbcli_options
[samba.git] / source4 / libcli / raw / libcliraw.h
index 0e99618df255ccc829637f1800993164ab5bd373..a4c4cf3d36eb3e3dcc08b501ef20705438fe1d37 100644 (file)
@@ -26,6 +26,7 @@
 #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 */
@@ -105,6 +106,7 @@ struct smbcli_options {
        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 */