started adding SMB2 composite functions that emulate common SMB calls
[amitay/samba.git] / source4 / libcli / smb_composite / smb_composite.h
index 964ffb09367be293fd48edac651fd9c7f541dc8c..afee11ce3bd099b1ccfc898057f5340694ee7ecb 100644 (file)
@@ -56,6 +56,7 @@ struct smb_composite_fetchfile {
                const char *workgroup;
                const char *filename;
                struct smbcli_options options;
+               struct resolve_context *resolve_ctx;
        } in;
        struct {
                uint8_t *data;
@@ -82,8 +83,8 @@ struct smb_composite_savefile {
     - socket establishment
     - session request
     - negprot
-    - session setup
-    - tree connect
+    - session setup (if credentials are not NULL)
+    - tree connect (if service is not NULL)
 */
 struct smb_composite_connect {
        struct {