smbXsrv.idl: add create_action to smbXsrv_open
authorMichael Adam <obnox@samba.org>
Mon, 29 Feb 2016 01:11:26 +0000 (02:11 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 3 Mar 2016 12:09:24 +0000 (13:09 +0100)
Needed for create replay.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/librpc/idl/smbXsrv.idl

index c55ca31115029c7fa3fc94ebb33d14117362b1e9..4c6895a80a9559c27881cf6fe4575b7f7739eaeb 100644 (file)
@@ -469,6 +469,7 @@ interface smbXsrv
                NTTIME                                  idle_time;
                [ignore] files_struct                   *compat;
                smbXsrv_open_flags                      flags;
+               uint32                                  create_action;
        } smbXsrv_open;
 
        typedef union {