Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from:
ea2e2bd
)
include <sys/time.h> before <sys/sensors.h> for time struct timeval
author
Josuah Demangeon <
[email protected]
>
Tue, 8 May 2018 11:42:17 +0000
(13:42 +0200)
committer
Aaron Marcher <
[email protected]
>
Tue, 8 May 2018 13:05:29 +0000
(15:05 +0200)
sys/sensors.h has two structs struct timeval: sensor and ksensor:
struct sensor {
...
struct timeval tv; /* sensor value last change time */
...
};
No differences found