summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-08-02 12:23:50 -0500
committerDave Parks <davep@lindenlab.com>2011-08-02 12:23:50 -0500
commitaa0e35142a35d293acc439e3194260bb4468e728 (patch)
treebf9ab217b04f5e277e11a0d1189a986b4bfcbe6f /indra/llmessage/llcurl.h
parentfbd5bd7adc205acecc49c7e9887efa3bca6552d0 (diff)
SH-2183 Only apply multi-threaded curl on the main thread.
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r--indra/llmessage/llcurl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h
index b2c7b36a76..52810bac73 100644
--- a/indra/llmessage/llcurl.h
+++ b/indra/llmessage/llcurl.h
@@ -41,6 +41,7 @@
#include "llbuffer.h"
#include "lliopipe.h"
#include "llsd.h"
+#include "llthread.h"
class LLMutex;
@@ -55,7 +56,7 @@ public:
class Easy;
class Multi;
- static bool sMultiThreaded;
+ static bool ll_thread_local sMultiThreaded;
struct TransferInfo
{