htop/zfs/ZfsArcMeter.h

20 lines
383 B
C
Raw Normal View History

#ifndef HEADER_ZfsArcMeter
#define HEADER_ZfsArcMeter
/*
htop - ZfsArcMeter.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 ZfsArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
2020-10-13 12:35:30 +00:00
extern const MeterClass ZfsArcMeter_class;
#endif