mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
use correct (integer) type for the temperature sysctl
Reviewed by: np, scottl Obtained from: Netflix MFC after: 3 days
This commit is contained in:
parent
beb4f781a5
commit
080a4b9b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -4332,7 +4332,7 @@ t4_sysctls(struct adapter *sc)
|
|||
NULL, sc->tids.nftids, "number of filters");
|
||||
|
||||
SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "temperature", CTLTYPE_INT |
|
||||
CTLFLAG_RD, sc, 0, sysctl_temperature, "A",
|
||||
CTLFLAG_RD, sc, 0, sysctl_temperature, "I",
|
||||
"chip temperature (in Celsius)");
|
||||
|
||||
t4_sge_sysctls(sc, ctx, children);
|
||||
|
|
|
|||
Loading…
Reference in a new issue