mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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
|
|
@ -858,7 +858,7 @@ static const struct pw_protocol_native_demarshal pw_protocol_native_client_node_
|
|||
{ &client_node_demarshal_port_set_io, PW_PROTOCOL_NATIVE_REMAP },
|
||||
};
|
||||
|
||||
const struct pw_protocol_marshal pw_protocol_native_client_node_marshal = {
|
||||
static const struct pw_protocol_marshal pw_protocol_native_client_node_marshal = {
|
||||
PW_TYPE_INTERFACE__ClientNode,
|
||||
PW_VERSION_CLIENT_NODE,
|
||||
&pw_protocol_native_client_node_method_marshal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue