diff options
| author | Richard Linden <none@none> | 2013-10-15 20:24:42 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-10-15 20:24:42 -0700 |
| commit | 697d2e720ba75e142a4d56ae8794bab8d7698dad (patch) | |
| tree | f7ad3bf7dcb04f594081c60a7c38850ec60cec28 /indra/llmessage/llpumpio.cpp | |
| parent | 8f82b0016eb10ad9694f82b0bce7e2714600699c (diff) | |
renamed TimeBlock to BlockTimerStatHandle
Diffstat (limited to 'indra/llmessage/llpumpio.cpp')
| -rwxr-xr-x | indra/llmessage/llpumpio.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llmessage/llpumpio.cpp b/indra/llmessage/llpumpio.cpp index 2cd1063414..506ccc98a4 100755 --- a/indra/llmessage/llpumpio.cpp +++ b/indra/llmessage/llpumpio.cpp @@ -431,8 +431,8 @@ void LLPumpIO::pump() pump(DEFAULT_POLL_TIMEOUT); } -static LLTrace::TimeBlock FTM_PUMP_IO("Pump IO"); -static LLTrace::TimeBlock FTM_PUMP_POLL("Pump Poll"); +static LLTrace::BlockTimerStatHandle FTM_PUMP_IO("Pump IO"); +static LLTrace::BlockTimerStatHandle FTM_PUMP_POLL("Pump Poll"); LLPumpIO::current_chain_t LLPumpIO::removeRunningChain(LLPumpIO::current_chain_t& run_chain) { @@ -774,7 +774,7 @@ bool LLPumpIO::respond( return true; } -static LLTrace::TimeBlock FTM_PUMP_CALLBACK_CHAIN("Chain"); +static LLTrace::BlockTimerStatHandle FTM_PUMP_CALLBACK_CHAIN("Chain"); void LLPumpIO::callback() { |
