]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/audit.h
sched/core: Remove unused prefetch_stack()
[karo-tx-linux.git] / kernel / audit.h
index 960d49c9db5e3c79b70171c6c9ca1f4d8acf58f2..ca579880303ab475b2c81839a4948bdb128e92f8 100644 (file)
@@ -199,6 +199,9 @@ struct audit_context {
                struct {
                        int                     argc;
                } execve;
+               struct {
+                       char                    *name;
+               } module;
        };
        int fds[2];
        struct audit_proctitle proctitle;