global: don't reuse ids

This commit is contained in:
Wim Taymans 2022-01-12 20:36:25 +01:00
parent 60818886ed
commit bae0d16e09
18 changed files with 19 additions and 77 deletions

View file

@ -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 */