2019-09-03 18:21:33 +00:00
|
|
|
#ifndef HEADER_openzfs_sysctl
|
|
|
|
#define HEADER_openzfs_sysctl
|
2019-07-07 23:27:00 +00:00
|
|
|
/*
|
2021-03-02 23:59:28 +00:00
|
|
|
htop - generic/openzfs_sysctl.h
|
2019-07-07 23:27:00 +00:00
|
|
|
(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"
|
|
|
|
|
2021-03-03 22:00:34 +00:00
|
|
|
|
2020-10-31 22:28:02 +00:00
|
|
|
void openzfs_sysctl_init(ZfsArcStats* stats);
|
2019-07-07 23:27:00 +00:00
|
|
|
|
2020-10-31 22:28:02 +00:00
|
|
|
void openzfs_sysctl_updateArcStats(ZfsArcStats* stats);
|
2019-07-07 23:27:00 +00:00
|
|
|
|
|
|
|
#endif
|