pw_endpoint_link_proxy -> pw_endpoint_link

This commit is contained in:
Wim Taymans 2019-12-11 16:36:12 +01:00
parent 94ed9c8e38
commit 3c737cf39c
4 changed files with 59 additions and 59 deletions

View file

@ -841,8 +841,8 @@ static void endpoint_link_event_info(void *object, const struct pw_endpoint_link
pw_proxy_sync(link->obj.proxy, 1);
}
static const struct pw_endpoint_link_proxy_events endpoint_link_events = {
PW_VERSION_ENDPOINT_LINK_PROXY_EVENTS,
static const struct pw_endpoint_link_events endpoint_link_events = {
PW_VERSION_ENDPOINT_LINK_EVENTS,
.info = endpoint_link_event_info,
};