summaryrefslogtreecommitdiff
path: root/indra/llcommon/llqueuedthread.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-11 13:55:20 -0400
committerOz Linden <oz@lindenlab.com>2011-10-11 13:55:20 -0400
commitaabdbeadf53b3a20b4db563a23535af74fd7d4b7 (patch)
treec2cdcbf4758462b11f296c9ab200237aa33e5c71 /indra/llcommon/llqueuedthread.h
parentbe251b06eb785a2d301115f9c231eb5f3c906224 (diff)
parent852349218e5cfdd48a1a64c672e9663aab716031 (diff)
pull back beta fix for sh-2434
Diffstat (limited to 'indra/llcommon/llqueuedthread.h')
-rw-r--r--indra/llcommon/llqueuedthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llqueuedthread.h b/indra/llcommon/llqueuedthread.h
index a53b22f6fc..499d13a792 100644
--- a/indra/llcommon/llqueuedthread.h
+++ b/indra/llcommon/llqueuedthread.h
@@ -149,7 +149,7 @@ public:
static handle_t nullHandle() { return handle_t(0); }
public:
- LLQueuedThread(const std::string& name, bool threaded = true);
+ LLQueuedThread(const std::string& name, bool threaded = true, bool should_pause = false);
virtual ~LLQueuedThread();
virtual void shutdown();