diff options
author | Michael Adam <obnox@samba.org> | 2012-09-07 12:06:05 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-19 21:21:37 +0200 |
commit | 562719f75f9868d13f4838b36cc263ef5d3541b1 (patch) | |
tree | 773edb03d201af5e1fa45bad60a5d9e15e34962e | |
parent | 50c10cbdcedc892e07297686dbe380cfb3f94cef (diff) | |
download | samba-562719f75f9868d13f4838b36cc263ef5d3541b1.tar.gz samba-562719f75f9868d13f4838b36cc263ef5d3541b1.tar.bz2 samba-562719f75f9868d13f4838b36cc263ef5d3541b1.zip |
s4:libcli: add a app_instance_id member to the smb2_create input struct
-rw-r--r-- | source4/libcli/raw/interfaces.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 547f8a9a63..c13475b440 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -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; |