htop/zfs/ZfsCompressedArcMeter.h

20 lines
433 B
C
Raw Normal View History

#ifndef HEADER_ZfsCompressedArcMeter
#define HEADER_ZfsCompressedArcMeter
/*
htop - ZfsCompressedArcMeter.h
(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/
#include "zfs/ZfsArcStats.h"
#include "Meter.h"
2021-04-29 15:12:43 +00:00
void ZfsCompressedArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
2020-10-13 12:35:30 +00:00
extern const MeterClass ZfsCompressedArcMeter_class;
#endif