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:
parent
5b90c986ed
commit
03a3aa9815
@ -469,6 +469,7 @@ interface smbXsrv
|
||||
NTTIME idle_time;
|
||||
[ignore] files_struct *compat;
|
||||
smbXsrv_open_flags flags;
|
||||
uint32 create_action;
|
||||
} smbXsrv_open;
|
||||
|
||||
typedef union {
|
||||
|
Loading…
Reference in New Issue
Block a user