diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-14 13:39:33 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-14 13:39:33 -0400 |
commit | 7a60aa91f4d49ba1713122ec3bba670acf55f795 (patch) | |
tree | adbbcae1b0ec1584f804352189bd7b7104d12560 /indra | |
parent | 11340e3eb3011930f2765d452685632112775cf1 (diff) | |
parent | 758b936deaa0e6ea397c49afa5024315415eeb93 (diff) |
merge changes for storm-1562
Diffstat (limited to 'indra')
-rwxr-xr-x[-rw-r--r--] | indra/llmessage/llcurl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index a876a1562e..87de202717 100644..100755 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -232,6 +232,7 @@ public: private: friend class LLCurl; + friend class LLCurl::Multi; CURL* mCurlEasyHandle; struct curl_slist* mHeaders; |