summaryrefslogtreecommitdiffstats
path: root/linux/LibSensors.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-13 16:46:10 +0100
committerBenBE <BenBE@geshi.org>2020-12-14 21:07:07 +0100
commitc9583c692da90f58f0d885864d7374e21ef385b6 (patch)
tree76a20a49171d793a4984a456e4dbf3e73c4f6c58 /linux/LibSensors.h
parent4507911cc3b5d5abc605c79cdf0b17290d825380 (diff)
Handle absence of package CPU temperature
Resolves: #389
Diffstat (limited to 'linux/LibSensors.h')
-rw-r--r--linux/LibSensors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LibSensors.h b/linux/LibSensors.h
index ed9be7b0..cceeedbf 100644
--- a/linux/LibSensors.h
+++ b/linux/LibSensors.h
@@ -11,6 +11,6 @@
int LibSensors_init(FILE* input);
void LibSensors_cleanup(void);
-int LibSensors_getCPUTemperatures(CPUData* cpus, int cpuCount);
+void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int cpuCount);
#endif /* HEADER_LibSensors */

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