mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
Make done event on node
Replace the AsyncDone event with an explicit done callback in the node to signal completion of an async operation. Pass read and write fd together with the transport
This commit is contained in:
parent
0af8377d10
commit
34450ed7ed
24 changed files with 268 additions and 254 deletions
|
|
@ -173,6 +173,8 @@ struct pw_context {
|
|||
|
||||
/** Signal emited when the context is destroyed */
|
||||
PW_SIGNAL(destroy_signal, (struct pw_listener *listener, struct pw_context *context));
|
||||
|
||||
PW_SIGNAL(sync_done, (struct pw_listener *listener, struct pw_context *context, int seq));
|
||||
};
|
||||
|
||||
struct pw_context *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue