diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-23 02:56:37 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-23 22:59:46 +0300 |
commit | 5758e0315f9d27007575293760db6d389c2f4162 (patch) | |
tree | 3594078e4694e12c02f56f927be0d674159112bb /src/inverterd.cc | |
parent | f0ba39a28bb7a42b0dd9755a6d759702a7e39258 (diff) |
device: separate high-priority thread for interacting with hwsched
Diffstat (limited to 'src/inverterd.cc')
-rw-r--r-- | src/inverterd.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inverterd.cc b/src/inverterd.cc index 3373c54..ac1d6fd 100644 --- a/src/inverterd.cc +++ b/src/inverterd.cc @@ -6,8 +6,9 @@ #include <iomanip> #include <ios> #include <getopt.h> +#include <thread> -#include "numeric_types.h" +#include "types.h" #include "common.h" #include "voltronic/device.h" #include "voltronic/exceptions.h" |