link: add link state and error to info

Notify when state changes
This commit is contained in:
Wim Taymans 2018-10-03 19:29:11 +02:00
parent 0358e8b480
commit f3dfe61aa0
6 changed files with 68 additions and 42 deletions

View file

@ -462,9 +462,6 @@ struct pw_link {
struct pw_properties *properties; /**< extra link properties */
bool feedback;
enum pw_link_state state; /**< link state */
char *error; /**< error message when state error */
struct spa_list resource_list; /**< list of bound resources */
struct spa_io_buffers *io; /**< link io area */