diff options
author | alfred <alfred@FreeBSD.org> | 2012-12-10 23:17:08 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2012-12-10 23:17:08 +0000 |
commit | f972d172c070d04250d35a0e4f56cf0242bbb098 (patch) | |
tree | 4b33667038962a79d39da678f5f9e28eb30760d3 /sys/kern/kern_shutdown.c | |
parent | ca12c5e1520c9d66ca514b5bb73ba4c569b613b9 (diff) | |
download | FreeBSD-src-f972d172c070d04250d35a0e4f56cf0242bbb098.zip FreeBSD-src-f972d172c070d04250d35a0e4f56cf0242bbb098.tar.gz |
Add CTLFLAG_STATS to sysctl flags
In preparation for sysctl(8) growing the ability to only print
out boot/run-time tunables we need a way to differentiate between
RW sysctl nodes that tune a particular thing, or simply export
a stat that we want to allow the sysadmin to reset to 0 (or some
other value).
To do so, we add the CTLFLAG_STATS which should be OR'd into the
CTLFLAGs when exporting a "writable/resettable" statistic node via
sysctl.
Diffstat (limited to 'sys/kern/kern_shutdown.c')
0 files changed, 0 insertions, 0 deletions