summaryrefslogtreecommitdiff
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core_timing.h')
-rw-r--r--src/core/core_timing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h
index 707c8ef0c..c70b605c8 100644
--- a/src/core/core_timing.h
+++ b/src/core/core_timing.h
@@ -136,6 +136,7 @@ private:
136 136
137 std::shared_ptr<EventType> ev_lost; 137 std::shared_ptr<EventType> ev_lost;
138 Common::Event event{}; 138 Common::Event event{};
139 Common::Event pause_event{};
139 Common::SpinLock basic_lock{}; 140 Common::SpinLock basic_lock{};
140 Common::SpinLock advance_lock{}; 141 Common::SpinLock advance_lock{};
141 std::unique_ptr<std::thread> timer_thread; 142 std::unique_ptr<std::thread> timer_thread;