summaryrefslogtreecommitdiff
path: root/indra/llcommon/llworkerthread.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-10-15 18:14:49 -0700
committerRichard Linden <none@none>2011-10-15 18:14:49 -0700
commit4aed73ceb18c656e0f36c91bd0efb9a705341629 (patch)
tree013b1382be366aa2a9d1caf7bb563e04f7d8b2ed /indra/llcommon/llworkerthread.h
parent7c2f2b526ad2b33f1e25378b5a05379de6aa0b5a (diff)
parent62d9db2f21b2a6fb579e8f7631a4e387cc5e5b29 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/llcommon/llworkerthread.h')
-rw-r--r--indra/llcommon/llworkerthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llworkerthread.h b/indra/llcommon/llworkerthread.h
index bef5ef53fe..973b78ca01 100644
--- a/indra/llcommon/llworkerthread.h
+++ b/indra/llcommon/llworkerthread.h
@@ -83,7 +83,7 @@ private:
LLMutex* mDeleteMutex;
public:
- LLWorkerThread(const std::string& name, bool threaded = true);
+ LLWorkerThread(const std::string& name, bool threaded = true, bool should_pause = false);
~LLWorkerThread();
/*virtual*/ S32 update(U32 max_time_ms);