--device-persistent

This commit is contained in:
Devaev Maxim
2018-10-28 12:30:40 +03:00
parent 6cc202133e
commit ca07a9155b
4 changed files with 28 additions and 11 deletions

View File

@@ -74,8 +74,9 @@ struct device_t {
unsigned n_workers;
unsigned every_frame;
unsigned min_frame_size;
bool persistent;
unsigned timeout;
unsigned error_timeout;
unsigned error_delay;
struct device_runtime_t *run;
sig_atomic_t volatile stop;