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:
Wim Taymans 2025-09-18 13:55:43 +02:00
parent 38cb14d39d
commit ca713c08ee
5 changed files with 14 additions and 32 deletions

View file

@ -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;