X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_pool.h;h=c9cd61abda1e8ecbbbaa575bf6021b5ecae141bd;hb=e65bea1cd01cba642bbff2a7f79977196b2a2b42;hp=bc82201bf76a8c9be329328ff2e5f6cc3c541010;hpb=34dabe75b7985a42432a2c0f948a9c5a9404e57b;p=nageru diff --git a/alsa_pool.h b/alsa_pool.h index bc82201..c9cd61a 100644 --- a/alsa_pool.h +++ b/alsa_pool.h @@ -148,6 +148,10 @@ private: unsigned num_channels, const std::string &address); + std::atomic should_quit{false}; + std::thread inotify_thread; + std::atomic retry_threads_running{0}; + friend class ALSAInput; };