2019-07-06 04:27:49 +00:00
|
|
|
#ifndef HEADER_ZfsArcMeter
|
|
|
|
#define HEADER_ZfsArcMeter
|
|
|
|
/*
|
|
|
|
htop - ZfsArcMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
2020-10-05 07:51:32 +00:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2019-07-06 04:27:49 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
2021-04-29 18:13:36 +00:00
|
|
|
#include "zfs/ZfsArcStats.h"
|
2019-09-03 18:21:33 +00:00
|
|
|
|
2019-07-06 04:27:49 +00:00
|
|
|
#include "Meter.h"
|
|
|
|
|
2021-04-29 15:12:43 +00:00
|
|
|
|
2020-10-21 19:25:50 +00:00
|
|
|
void ZfsArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
2019-09-03 18:21:33 +00:00
|
|
|
|
2020-10-13 12:35:30 +00:00
|
|
|
extern const MeterClass ZfsArcMeter_class;
|
2019-07-06 04:27:49 +00:00
|
|
|
|
|
|
|
#endif
|