summaryrefslogtreecommitdiffstats
path: root/Meter.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-02-17 17:38:35 +0100
committerBenny Baumann <BenBE@geshi.org>2021-03-19 23:30:54 +0100
commita11d01568c5e7bc5570fd48fa0703d837c4bcd84 (patch)
tree3e298e81123789ed6ae288e5bd32e91ebfb3ff01 /Meter.h
parent53bcc5cbffbdd69e0e08bd33c5e357dd5b753456 (diff)
Use unsigned types for CPU counts and associated variables
Diffstat (limited to 'Meter.h')
-rw-r--r--Meter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Meter.h b/Meter.h
index ad30f3b1..ff691286 100644
--- a/Meter.h
+++ b/Meter.h
@@ -95,7 +95,7 @@ struct Meter_ {
char* caption;
int mode;
- int param;
+ unsigned int param;
GraphData* drawData;
int h;
int columnWidthCount; /*<< only used internally by the Header */
@@ -125,7 +125,7 @@ typedef enum {
extern const MeterClass Meter_class;
-Meter* Meter_new(const ProcessList* pl, int param, const MeterClass* type);
+Meter* Meter_new(const ProcessList* pl, unsigned int param, const MeterClass* type);
int Meter_humanUnit(char* buffer, unsigned long int value, size_t size);

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