Commit a6e58734 authored by Max Kellermann's avatar Max Kellermann

output/alsa: thread-safety documentation for attribute "active"

parent e2cf7775
......@@ -122,6 +122,9 @@ class AlsaOutput final
/**
* After Open(), has this output been activated by a Play()
* command?
*
* This attribute is not thread-safe. It is only used by the
* client thread (the thread which calls AudioOutput public methods).
*/
bool active;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment