s4:libcli: add a app_instance_id member to the smb2_create input struct
authorMichael Adam <obnox@samba.org>
Fri, 7 Sep 2012 10:06:05 +0000 (12:06 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2012 19:21:37 +0000 (21:21 +0200)
source4/libcli/raw/interfaces.h

index 547f8a9a63b17da26fe2d69ef2c362402562622a..c13475b4406f7af95050e7889dd7ac9f046b1c4d 100644 (file)
@@ -1743,7 +1743,9 @@ union smb_open {
                        NTTIME timewarp;
                        bool   query_on_disk_id;
                        struct smb2_lease *lease_request;
-                       
+
+                       struct GUID *app_instance_id;
+
                        /* and any additional blobs the caller wants */
                        struct smb2_create_blobs blobs;
                } in;