aboutsummaryrefslogtreecommitdiffstats
path: root/zfs/ZfsCompressedArcMeter.h
blob: 8e6449352900a227d9d62f6344b35e3a40bf1dc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef HEADER_ZfsCompressedArcMeter
#define HEADER_ZfsCompressedArcMeter
/*
htop - ZfsCompressedArcMeter.h
(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/

#include "ZfsArcStats.h"

#include "Meter.h"

extern int ZfsCompressedArcMeter_attributes[];

void ZfsCompressedArcMeter_readStats(Meter* this, ZfsArcStats* stats);

extern MeterClass ZfsCompressedArcMeter_class;

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy