pw-top: fix version constant used for pw_node_events

This changes the value declared (3 currently versus 0 following this
patch). I have not seen code checking this version number.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
Théo Lebrun 2023-11-02 12:39:37 +01:00
parent 0e44f5ef97
commit 38157a8937

View file

@ -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,
};