2019-09-03 18:26:02 +00:00
|
|
|
#ifndef HEADER_ZfsCompressedArcMeter
|
|
|
|
#define HEADER_ZfsCompressedArcMeter
|
|
|
|
/*
|
|
|
|
htop - ZfsCompressedArcMeter.h
|
|
|
|
(C) 2004-2011 Hisham H. Muhammad
|
2020-10-05 09:51:32 +02:00
|
|
|
Released under the GNU GPLv2, see the COPYING file
|
2019-09-03 18:26:02 +00:00
|
|
|
in the source distribution for its full text.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "ZfsArcStats.h"
|
|
|
|
|
|
|
|
#include "Meter.h"
|
|
|
|
|
2020-10-21 21:25:50 +02:00
|
|
|
void ZfsCompressedArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
2019-09-03 18:26:02 +00:00
|
|
|
|
2020-10-13 14:35:30 +02:00
|
|
|
extern const MeterClass ZfsCompressedArcMeter_class;
|
2019-09-03 18:26:02 +00:00
|
|
|
|
|
|
|
#endif
|