diff --git a/src/tools/pw-top.c b/src/tools/pw-top.c index 50a0a5a98..aafa0d5eb 100644 --- a/src/tools/pw-top.c +++ b/src/tools/pw-top.c @@ -282,7 +282,7 @@ done: } static const struct pw_node_events node_events = { - PW_VERSION_NODE, + PW_VERSION_NODE_EVENTS, .info = node_info, .param = node_param, };