propagating file change attr for setacl
This commit is contained in:
parent
cdf31d3ee0
commit
13c3723191
3 changed files with 13 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ typedef struct __getacl_upcall_args {
|
|||
typedef struct __setacl_upcall_args {
|
||||
SECURITY_INFORMATION query;
|
||||
PSECURITY_DESCRIPTOR sec_desc;
|
||||
ULONGLONG ctime;
|
||||
} setacl_upcall_args;
|
||||
|
||||
typedef union __upcall_args {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue