X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=alsa_pool.h;h=7bab80806f309828f160e8bc4580e56d2fe30ff3;hb=d02079ef22fb3ef05ced8592b2dbf28bb5b289b3;hp=c9cd61abda1e8ecbbbaa575bf6021b5ecae141bd;hpb=adaf88f2a3544bfd62bcdafa9b11d190f6658010;p=nageru diff --git a/alsa_pool.h b/alsa_pool.h index c9cd61a..7bab808 100644 --- a/alsa_pool.h +++ b/alsa_pool.h @@ -21,6 +21,7 @@ class DeviceSpecProto; // In particular, it deals with enumeration of cards, and hotplug of new ones. class ALSAPool { public: + ALSAPool(); ~ALSAPool(); struct Device { @@ -149,6 +150,7 @@ private: const std::string &address); std::atomic should_quit{false}; + int should_quit_fd; std::thread inotify_thread; std::atomic retry_threads_running{0};