mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Work on event loop
Make a new epoll based event loop and use it for the data tranport. Simplify the spa event api a little and rename to SpaLoop
This commit is contained in:
parent
0d2fa5ebc8
commit
ae93f15965
33 changed files with 1286 additions and 954 deletions
|
|
@ -28,6 +28,7 @@ typedef struct _PinosCore PinosCore;
|
|||
typedef struct _PinosGlobal PinosGlobal;
|
||||
|
||||
#include <spa/include/spa/log.h>
|
||||
|
||||
#include <pinos/server/main-loop.h>
|
||||
#include <pinos/server/data-loop.h>
|
||||
#include <pinos/server/registry.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue