diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 21:34:13 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-09-11 22:10:10 +0300 |
commit | 74f23cde48829577d330ec0624135b45564af0ac (patch) | |
tree | 9b55ac5c58bc16ed8f7446bf3828621b7b90d97a /indra/newview/llvoicevivox.h | |
parent | 6936736d1766a8a683b7058dbfdaee3c07e30cf7 (diff) |
SL-13830 Remade vivox shutdown to terminate when it is told to shutdown instead of when viewer is quiting
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 210c726452..699c85066b 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -912,6 +912,8 @@ private: bool mIsProcessingChannels; bool mIsCoroutineActive; + static bool sShuttingDown; // corutines can last longer than vivox so we need a static variable as a shutdown flag + LLEventMailDrop mVivoxPump; }; |