mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
modules: make events structure static
They are only used locally and otherwise we might get symbol clashes.
This commit is contained in:
parent
3743c88a6e
commit
1f4d1d071c
4 changed files with 7 additions and 7 deletions
|
|
@ -96,7 +96,7 @@ static void module_destroy(void *data)
|
|||
pw_factory_destroy(d->this);
|
||||
}
|
||||
|
||||
const struct pw_module_events module_events = {
|
||||
static const struct pw_module_events module_events = {
|
||||
PW_VERSION_MODULE_EVENTS,
|
||||
.destroy = module_destroy,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue