output/Control: rename "cond" to "wake_cond"

Prepare for adding another Cond attribute.
This commit is contained in:
Max Kellermann
2018-06-23 19:10:23 +02:00
parent efb8a9bd2c
commit 1bca29f9e2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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.