2019-09-03 18:21:33 +00:00
|
|
|
#ifndef HEADER_openzfs_sysctl
|
|
|
|
#define HEADER_openzfs_sysctl
|
2019-07-07 23:27:00 +00:00
|
|
|
/*
|
|
|
|
htop - zfs/openzfs_sysctl.h
|
|
|
|
(C) 2014 Hisham H. Muhammad
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2019-07-07 23:27:00 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "zfs/ZfsArcStats.h"
|
|
|
|
|
2019-09-03 18:21:33 +00:00
|
|
|
void openzfs_sysctl_init(ZfsArcStats *stats);
|
2019-07-07 23:27:00 +00:00
|
|
|
|
|
|
|
void openzfs_sysctl_updateArcStats(ZfsArcStats *stats);
|
|
|
|
|
|
|
|
#endif
|