mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Hold only a const version of the ProcessList in Meters
This commit is contained in:

committed by
cgzones

parent
f757810f48
commit
72103e9613
@ -11,7 +11,7 @@ in the source distribution for its full text.
|
||||
|
||||
#include "Meter.h"
|
||||
|
||||
void ZfsArcMeter_readStats(Meter* this, ZfsArcStats* stats);
|
||||
void ZfsArcMeter_readStats(Meter* this, const ZfsArcStats* stats);
|
||||
|
||||
extern const MeterClass ZfsArcMeter_class;
|
||||
|
||||
|
Reference in New Issue
Block a user