diff options
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 93cae36ae0..0fdaa6afd2 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -106,8 +106,15 @@ uint32 unknown; } lsa_AuditLogInfo; + + typedef struct { + uint32 count; + [size_is(count)] uint32 settings[*]; + } lsa_AuditSettings; + typedef struct { uint32 auditing_mode; + lsa_AuditSettings *settings; } lsa_AuditEventsInfo; typedef union { |