summaryrefslogtreecommitdiff
path: root/indra/llcommon/lualistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/lualistener.cpp')
-rw-r--r--indra/llcommon/lualistener.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lualistener.cpp b/indra/llcommon/lualistener.cpp
index 018a31d5a8..82e32860db 100644
--- a/indra/llcommon/lualistener.cpp
+++ b/indra/llcommon/lualistener.cpp
@@ -104,6 +104,7 @@ LuaListener::PumpData LuaListener::getNext()
{
try
{
+ LLCoros::TempStatus status("get_event_next()");
return mQueue.pop();
}
catch (const LLThreadSafeQueueInterrupt&)