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