mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
treewide: mark things static and const
Mark some structures, arrays static/const at various places. In some cases this prevents unnecessary initialization when a function is entered. All in all, the text segments across all shared libraries are reduced by about 2 KiB. However, the total size increases by about 2 KiB as well.
This commit is contained in:
parent
48dbb4da3c
commit
f5d51162c4
54 changed files with 303 additions and 241 deletions
|
|
@ -451,7 +451,7 @@ static void on_core_proxy_destroy(void *data)
|
|||
client_cleanup(client);
|
||||
}
|
||||
|
||||
static struct pw_proxy_events core_proxy_events = {
|
||||
static const struct pw_proxy_events core_proxy_events = {
|
||||
PW_VERSION_CORE_EVENTS,
|
||||
.destroy = on_core_proxy_destroy,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue