X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_pool.h;h=c9cd61abda1e8ecbbbaa575bf6021b5ecae141bd;hb=7188db27a931607ed0388b10b351164c37cf04ee;hp=b5d4cd542742b6dfbfdbf4c862a56961335aab99;hpb=12ef90072622a8001f2c3cc853e5b89ba7d4e94e;p=nageru diff --git a/alsa_pool.h b/alsa_pool.h index b5d4cd5..c9cd61a 100644 --- a/alsa_pool.h +++ b/alsa_pool.h @@ -149,8 +149,8 @@ private: const std::string &address); std::atomic should_quit{false}; - std::thread inotify_thread; + std::atomic retry_threads_running{0}; friend class ALSAInput; };