mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
This pushes all avahi-client code to a threaded mainloop from the PA mainloop context. We need to do this because avahi-client makes blocking D-Bus calls, and we don't want to block the mainloop for that long. The only exception to this now that I don't see a workaround for is during module unload time. However, this shouldn't be a huge problem since in most cases, this will only happen at server shutdown time. The bulk of the change is partitioning the data so that PA core objects only (well, mostly) get accessed in the PA mainloop and Avahi calls happen only in the Avahi threaded mainloop. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=58758 |
||
|---|---|---|
| .. | ||
| daemon | ||
| modules | ||
| pulse | ||
| pulsecore | ||
| tests | ||
| utils | ||
| .gitignore | ||
| depmod.py | ||
| Makefile.am | ||
| map-file | ||