diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-04-02 12:57:09 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-04-02 12:57:09 -0400 |
| commit | ce0dbbd8a543a32e033eb15888259151ca113539 (patch) | |
| tree | 1d5713dd1cf73826f07737dd248d3e51aa1f1b57 /indra/newview/llstartup.cpp | |
| parent | 060a76daa695e8619db48bf940ea3997668702d0 (diff) | |
Add reporting of last_exec_duration
(and clean up logic around multiple instances)
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 37e6ded986..f52aedda9f 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -26,6 +26,7 @@ #include "llviewerprecompiledheaders.h" +#include "llappviewer.h" #include "llstartup.h" #if LL_WINDOWS @@ -1043,6 +1044,7 @@ bool idle_startup() login->setSerialNumber(LLAppViewer::instance()->getSerialNumber()); login->setLastExecEvent(gLastExecEvent); + login->setLastExecDuration(gLastExecDuration); login->setUpdaterLauncher(boost::bind(&LLAppViewer::launchUpdater, LLAppViewer::instance())); // This call to LLLoginInstance::connect() starts the |
