mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
Revert "context: hash the globals by id"
This reverts commit 80b2e345d7.
This commit is contained in:
parent
0904a35ba8
commit
77ee3aecd2
2 changed files with 2 additions and 13 deletions
|
|
@ -321,7 +321,6 @@ struct pw_global {
|
|||
|
||||
struct spa_list link; /**< link in context list of globals */
|
||||
struct spa_list sorted_link; /**< link in context list of sorted_globals */
|
||||
struct spa_list map_link; /**< link in context list of global_map */
|
||||
uint32_t id; /**< server id of the object */
|
||||
|
||||
struct pw_properties *properties; /**< properties of the global */
|
||||
|
|
@ -453,8 +452,6 @@ struct pw_context {
|
|||
struct pw_array factory_lib; /**< mapping of factory_name regexp to library */
|
||||
|
||||
uint32_t serial;
|
||||
#define GLOBAL_HASH_SIZE 127
|
||||
struct spa_list global_map[GLOBAL_HASH_SIZE];
|
||||
struct spa_list sorted_globals;
|
||||
struct pw_array objects; /**< objects */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue