global: move serial counter to context

This commit is contained in:
Wim Taymans 2022-01-31 17:34:30 +01:00
parent 8698d5a548
commit 54d50b943f
2 changed files with 5 additions and 5 deletions

View file

@ -424,6 +424,7 @@ struct pw_context {
struct pw_mempool *pool; /**< global memory pool */
uint64_t serial;
struct pw_map globals; /**< map of globals */
struct spa_list core_impl_list; /**< list of core_imp */