diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2015-09-27 09:15:54 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2015-09-27 09:15:54 +0000 |
commit | 27aa47691e95be44e89282eff7964f1ac1f078d4 (patch) | |
tree | 1e121987d1b609dac4f0296da6d5c78de6d79d6d /usr.bin/systat/cmdtab.c | |
parent | abd71050605e03aad364838213f800ae14089821 (diff) | |
download | src-test2-27aa47691e95be44e89282eff7964f1ac1f078d4.tar.gz src-test2-27aa47691e95be44e89282eff7964f1ac1f078d4.zip |
Notes
Diffstat (limited to 'usr.bin/systat/cmdtab.c')
-rw-r--r-- | usr.bin/systat/cmdtab.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index c9c9e7d96e48..273dd3214a07 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -75,6 +75,9 @@ struct cmdtab cmdtab[] = { { "ifstat", showifstat, fetchifstat, labelifstat, initifstat, openifstat, closeifstat, cmdifstat, 0, CF_LOADAV }, + { "zarc", showzarc, fetchzarc, labelzarc, + initzarc, openzarc, closezarc, 0, + resetzarc, CF_ZFSARC }, { NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0 } }; struct cmdtab *curcmd = &cmdtab[0]; |