slave -> follower

We use master/follower terminology everywhere.
This commit is contained in:
Wim Taymans 2020-02-21 10:47:32 +01:00
parent bdeeebfdd4
commit a528189d26
22 changed files with 301 additions and 300 deletions

View file

@ -524,8 +524,8 @@ struct pw_impl_node {
struct spa_list driver_link;
struct pw_impl_node *driver_node;
struct spa_list slave_list;
struct spa_list slave_link;
struct spa_list follower_list;
struct spa_list follower_link;
struct spa_list sort_link; /**< link used to sort nodes */