2019-07-06 04:27:49 +00:00
|
|
|
#ifndef HEADER_ZfsArcMeter
|
|
|
|
#define HEADER_ZfsArcMeter
|
|
|
|
/*
|
|
|
|
htop - ZfsArcMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
2021-09-22 11:33:00 +02: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 23:43:36 +05:30
|
|
|
#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 20:42:43 +05:30
|
|
|
|
2020-10-21 21:25:50 +02:00
|
|
|
void ZfsArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
2019-09-03 18:21:33 +00:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass ZfsArcMeter_class;
|
2019-07-06 04:27:49 +00:00
|
|
|
|
|
|
|
#endif
|