Skip to content
Snippets Groups Projects
Commit 8b510270 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

CPU load: add missing header

parent 7a0d4358
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment