mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
make separate sockets for data and control
This commit is contained in:
parent
ee202e13e9
commit
184e0a300a
7 changed files with 419 additions and 92 deletions
|
|
@ -69,6 +69,8 @@ PinosNode * pinos_client_node_new (PinosDaemon *daem
|
|||
|
||||
GSocket * pinos_client_node_get_socket_pair (PinosClientNode *node,
|
||||
GError **error);
|
||||
GSocket * pinos_client_node_get_rtsocket_pair (PinosClientNode *node,
|
||||
GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue