mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
global: don't reuse ids
This commit is contained in:
parent
60818886ed
commit
bae0d16e09
18 changed files with 19 additions and 77 deletions
|
|
@ -331,7 +331,6 @@ 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 */
|
||||
|
||||
|
|
@ -422,8 +421,6 @@ 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