summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-09-11 21:34:13 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-09-11 22:10:10 +0300
commit74f23cde48829577d330ec0624135b45564af0ac (patch)
tree9b55ac5c58bc16ed8f7446bf3828621b7b90d97a /indra/newview/llvoicevivox.h
parent6936736d1766a8a683b7058dbfdaee3c07e30cf7 (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.h2
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;
};