mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
mapper: place strings in array
mapper: place strings in a big array. Make it possible to configure array and map extend size.
This commit is contained in:
parent
f613240b66
commit
d9a51b5d14
10 changed files with 41 additions and 25 deletions
|
|
@ -105,8 +105,8 @@ pinos_client_new (PinosCore *core,
|
|||
pinos_signal_init (&this->resource_added);
|
||||
pinos_signal_init (&this->resource_removed);
|
||||
|
||||
pinos_map_init (&this->objects, 0);
|
||||
pinos_map_init (&this->uris, 0);
|
||||
pinos_map_init (&this->objects, 0, 32);
|
||||
pinos_map_init (&this->uris, 0, 32);
|
||||
pinos_signal_init (&this->destroy_signal);
|
||||
|
||||
spa_list_insert (core->client_list.prev, &this->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue