summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-15 09:52:11 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-15 09:52:11 -0500
commit741821eb6a8717896307da44b1b8e7078a865fff (patch)
treec2aecd42a4f93db1eeb550d7e05dac1f0465965d /indra/newview/llappviewer.h
parent0ccb70b8d75c9a12440b00dcc7c3904e380e39c6 (diff)
SH-3867 FIX - on logout, wait for any pending metrics uploads to complete
Diffstat (limited to 'indra/newview/llappviewer.h')
-rwxr-xr-x[-rw-r--r--]indra/newview/llappviewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index be72421c58..b69a1944a6 100644..100755
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -341,6 +341,8 @@ extern LLFrameTimer gLoggedInTime;
extern F32 gLogoutMaxTime;
extern LLTimer gLogoutTimer;
+extern S32 gPendingMetricsUploads;
+
extern F32 gSimLastTime;
extern F32 gSimFrames;