summaryrefslogtreecommitdiff
path: root/indra/llcommon/workqueue.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-04-18 21:47:25 +0800
committerErik Kundiman <erik@megapahit.org>2026-04-18 21:47:25 +0800
commit7d73db9236774e45240602395f544e19ac10bef7 (patch)
treeb04d87fb2781aa7243572b5dbe6749c08b5ec736 /indra/llcommon/workqueue.h
parentd490d492b24edfe3747e11066226658849972349 (diff)
parentf4bc7652f8ec4dac7c41e40287615c56ac1cec10 (diff)
Merge tag 'Second_Life_Release#f4bc7652-26.2' into 2026.02
Diffstat (limited to 'indra/llcommon/workqueue.h')
-rw-r--r--indra/llcommon/workqueue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcommon/workqueue.h b/indra/llcommon/workqueue.h
index 573203a5b3..69f3286c1b 100644
--- a/indra/llcommon/workqueue.h
+++ b/indra/llcommon/workqueue.h
@@ -14,6 +14,7 @@
#include "llcoros.h"
#include "llexception.h"
+#include "llhandle.h"
#include "llinstancetracker.h"
#include "llinstancetrackersubclass.h"
#include "threadsafeschedule.h"
@@ -22,6 +23,9 @@
#include <functional> // std::function
#include <string>
+class LLEventPumps;
+
+
namespace LL
{
@@ -202,6 +206,8 @@ namespace LL
// Name used for the LLApp event listener (empty if not registered)
std::string mListenerName;
+ // Due to shutdown order issues, store by handle
+ LLHandle<LLEventPumps> mPumpHandle;
};
/*****************************************************************************