mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
pulse-server: use the new timer-queue for timeouts
Use the timer queue for scheduling stream and object data timeouts. This avoids allocating timerfds for these timeouts and the timer queue can handle many timeouts more efficiently.
This commit is contained in:
parent
38cb14d39d
commit
ca713c08ee
5 changed files with 14 additions and 32 deletions
|
|
@ -59,6 +59,7 @@ struct impl {
|
|||
struct spa_hook_list hooks;
|
||||
struct spa_list servers;
|
||||
|
||||
struct pw_timer_queue *timer_queue;
|
||||
struct pw_work_queue *work_queue;
|
||||
struct spa_list cleanup_clients;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue