aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 5b47eeb00d53..cc71fdb56ae2 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -373,6 +373,7 @@ struct audit_krule {
373 struct audit_watch *watch; /* associated watch */ 373 struct audit_watch *watch; /* associated watch */
374 struct audit_tree *tree; /* associated watched tree */ 374 struct audit_tree *tree; /* associated watched tree */
375 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */ 375 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */
376 struct list_head list; /* for AUDIT_LIST* purposes only */
376 u64 prio; 377 u64 prio;
377}; 378};
378 379