summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/systm.h
diff options
context:
space:
mode:
authorMarek Pospisil <Marek.Pospisil@Sun.COM>2010-03-05 13:16:08 -0800
committerMarek Pospisil <Marek.Pospisil@Sun.COM>2010-03-05 13:16:08 -0800
commit005d3feb53a9a10272d4a24b03991575d6a9bcb3 (patch)
tree3c239c5ec7be3de4c1719c4539033149da56a799 /usr/src/uts/common/sys/systm.h
parent83d7a2524bdbf7b1da1c47b52bc20eee0f12c60e (diff)
downloadillumos-joyent-005d3feb53a9a10272d4a24b03991575d6a9bcb3.tar.gz
PSARC/2009/354 Always on / no reboot Solaris Audit
6192139 Solaris auditing should be able to start collecting audit records without a reboot
Diffstat (limited to 'usr/src/uts/common/sys/systm.h')
-rw-r--r--usr/src/uts/common/sys/systm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/systm.h b/usr/src/uts/common/sys/systm.h
index ca477d3746..e5ee80c404 100644
--- a/usr/src/uts/common/sys/systm.h
+++ b/usr/src/uts/common/sys/systm.h
@@ -98,7 +98,7 @@ extern int klustsize;
extern int abort_enable; /* Platform input-device abort policy */
-extern int audit_active; /* Solaris Auditing active 1, absent 0. */
+extern int audit_active; /* Solaris Auditing module state */
extern int avenrun[]; /* array of load averages */