We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const
1 parent 3e11672 commit 1d4d68fCopy full SHA for 1d4d68f
src/detection/cpu/cpu_sunos.c
@@ -3,7 +3,7 @@
3
#include "util/stringUtils.h"
4
#include <kstat.h>
5
6
-static const char* detectCPUTempByKstat(FFCPUOptions* options, kstat_ctl_t* kc, FFCPUResult* cpu)
+static const char* detectCPUTempByKstat(const FFCPUOptions* options, kstat_ctl_t* kc, FFCPUResult* cpu)
7
{
8
const char* possibleModules[] = {"temperature", "cpu_temp", "acpi_thermal", NULL};
9
0 commit comments