remote: add option for extra user data for proxy

When doing an export, make it possible to add extra data to the
resulting proxy for user data.
This commit is contained in:
Wim Taymans 2019-05-30 16:11:31 +02:00
parent 11393ce9dd
commit e1cbdaed0b
12 changed files with 30 additions and 21 deletions

View file

@ -70,7 +70,7 @@ static int make_node(struct data *data)
pw_node_set_active(data->node, true);
pw_remote_export(data->remote, PW_TYPE_INTERFACE_Node, NULL, data->node);
pw_remote_export(data->remote, PW_TYPE_INTERFACE_Node, NULL, data->node, 0);
return 0;
}