Wait for async changes to complete

This commit is contained in:
Wim Taymans 2016-09-24 18:32:46 +02:00
parent 1ba10cf848
commit 924824d0a3
2 changed files with 26 additions and 8 deletions

View file

@ -228,6 +228,9 @@ on_port_added (PinosNode *node, PinosDirection direction, PinosDaemon *this)
PinosLink *link;
props = pinos_node_get_properties (node);
if (props == NULL)
return;
path = pinos_properties_get (props, "pinos.target.node");
if (path) {