output/Control: rename "cond" to "wake_cond"
Prepare for adding another Cond attribute.
This commit is contained in:
@@ -91,7 +91,7 @@ class AudioOutputControl {
|
||||
* This condition object wakes up the output thread after
|
||||
* #command has been set.
|
||||
*/
|
||||
Cond cond;
|
||||
Cond wake_cond;
|
||||
|
||||
/**
|
||||
* Additional data for #command. Protected by #mutex.
|
||||
|
||||
Reference in New Issue
Block a user