mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire: module-profiler: mark event vtable const
This commit is contained in:
parent
7191ccb0b8
commit
3293e6a8ff
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ done:
|
||||||
n->count++;
|
n->count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct pw_impl_node_rt_events node_rt_events = {
|
static const struct pw_impl_node_rt_events node_rt_events = {
|
||||||
PW_VERSION_IMPL_NODE_RT_EVENTS,
|
PW_VERSION_IMPL_NODE_RT_EVENTS,
|
||||||
.complete = context_do_profile,
|
.complete = context_do_profile,
|
||||||
.incomplete = context_do_profile,
|
.incomplete = context_do_profile,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue