mirror of
https://github.com/pikami/slstatus.git
synced 2026-05-17 02:27:07 +01:00
ea2e2bd004
sys/sensors.h has two structs struct timeval: sensor and ksensor:
struct sensor {
...
struct timeval tv; /* sensor value last change time */
...
};