2019-07-06 04:27:49 +00:00
|
|
|
#ifndef HEADER_ZfsArcMeter
|
|
|
|
#define HEADER_ZfsArcMeter
|
|
|
|
/*
|
|
|
|
htop - ZfsArcMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
|
|
|
Released under the GNU GPL, see the COPYING file
|
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
2019-09-03 18:21:33 +00:00
|
|
|
#include "ZfsArcStats.h"
|
|
|
|
|
2019-07-06 04:27:49 +00:00
|
|
|
#include "Meter.h"
|
|
|
|
|
|
|
|
extern int ZfsArcMeter_attributes[];
|
|
|
|
|
2020-09-02 07:38:44 +00:00
|
|
|
void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
|
2019-09-03 18:21:33 +00:00
|
|
|
|
2019-07-06 04:27:49 +00:00
|
|
|
extern MeterClass ZfsArcMeter_class;
|
|
|
|
|
|
|
|
#endif
|