link: add feedback links

Check if a link is a feedback loop. For feedback loops we want to
schedule the consumer before the provider.
This commit is contained in:
Wim Taymans 2018-09-25 17:10:06 +02:00
parent 0701428aec
commit 9b2a051daf
2 changed files with 46 additions and 7 deletions

View file

@ -456,6 +456,7 @@ struct pw_link {
struct pw_link_info info; /**< introspectable link info */
struct pw_properties *properties; /**< extra link properties */
bool feedback;
enum pw_link_state state; /**< link state */
char *error; /**< error message when state error */