X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_pool.h;fp=alsa_pool.h;h=b5d4cd542742b6dfbfdbf4c862a56961335aab99;hb=12ef90072622a8001f2c3cc853e5b89ba7d4e94e;hp=bc82201bf76a8c9be329328ff2e5f6cc3c541010;hpb=34dabe75b7985a42432a2c0f948a9c5a9404e57b;p=nageru diff --git a/alsa_pool.h b/alsa_pool.h index bc82201..b5d4cd5 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; + friend class ALSAInput; };