diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/timer.h b/include/libcamera/timer.h index 09f426a5..3540efb4 100644 --- a/include/libcamera/timer.h +++ b/include/libcamera/timer.h @@ -39,6 +39,7 @@ private: void registerTimer(); void unregisterTimer(); + bool running_; std::chrono::steady_clock::time_point deadline_; }; |