impl-node: make the group a string

We are currently using strings for the node group so actually store
this as a string or else all strings will end up in group 0.
This commit is contained in:
Wim Taymans 2021-05-06 18:07:39 +02:00
parent cc4324cd30
commit fab199d5b9
3 changed files with 15 additions and 19 deletions

View file

@ -622,7 +622,7 @@ struct pw_impl_node {
char *name; /** for debug */
uint32_t priority_driver; /** priority for being driver */
uint32_t group_id; /** group to schedule this node in */
char group[128]; /** group to schedule this node in */
uint64_t spa_flags;
unsigned int registered:1;