Browse Source

CPU load: add missing header

sbg
Lorenz Meier 9 years ago
parent
commit
8b510270a9
  1. 1
      src/modules/systemlib/cpuload.h

1
src/modules/systemlib/cpuload.h

@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
__BEGIN_DECLS
#include <sched.h>
#include <stdint.h>
struct system_load_taskinfo_s {
uint64_t total_runtime; ///< Runtime since start (start_time - total_runtime)/(start_time - current_time) = load

Loading…
Cancel
Save