1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smbXsrv.idl: add create_action to smbXsrv_open

Needed for create replay.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Michael Adam 2016-02-29 02:11:26 +01:00
parent 5b90c986ed
commit 03a3aa9815

View 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 {