]> git.sesse.net Git - nageru/blobdiff - alsa_pool.h
Do not use the timing of dropped frames as part of the video master clock.
[nageru] / alsa_pool.h
index bc82201bf76a8c9be329328ff2e5f6cc3c541010..c9cd61abda1e8ecbbbaa575bf6021b5ecae141bd 100644 (file)
@@ -148,6 +148,10 @@ private:
                                        unsigned num_channels,
                                        const std::string &address);
 
+       std::atomic<bool> should_quit{false};
+       std::thread inotify_thread;
+       std::atomic<int> retry_threads_running{0};
+
        friend class ALSAInput;
 };