mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
parent
5135f9767a
commit
b1fb4a2660
18 changed files with 77 additions and 19 deletions
|
|
@ -331,6 +331,7 @@ struct pw_global {
|
|||
|
||||
pw_global_bind_func_t func; /**< bind function */
|
||||
void *object; /**< object associated with the interface */
|
||||
uint64_t serial; /**< increasing serial number */
|
||||
|
||||
struct spa_list resource_list; /**< The list of resources of this global */
|
||||
|
||||
|
|
@ -421,6 +422,8 @@ struct pw_context {
|
|||
|
||||
struct pw_mempool *pool; /**< global memory pool */
|
||||
|
||||
struct pw_map globals; /**< map of globals */
|
||||
|
||||
struct spa_list core_impl_list; /**< list of core_imp */
|
||||
struct spa_list protocol_list; /**< list of protocols */
|
||||
struct spa_list core_list; /**< list of core connections */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue