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/lllogininstance.cpp | |
parent | 060a76daa695e8619db48bf940ea3997668702d0 (diff) |
Add reporting of last_exec_duration
(and clean up logic around multiple instances)
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 71c07d6381..977c50682f 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -596,6 +596,7 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia request_params["agree_to_tos"] = false; // Always false here. Set true in request_params["read_critical"] = false; // handleTOSResponse request_params["last_exec_event"] = mLastExecEvent; + request_params["last_exec_duration"] = mLastExecDuration; request_params["mac"] = (char*)hashed_unique_id_string; request_params["version"] = LLVersionInfo::getVersion(); request_params["channel"] = LLVersionInfo::getChannel(); |