diff options
| author | Stinson Linden <stinson@lindenlab.com> | 2014-04-23 19:36:08 +0100 |
|---|---|---|
| committer | Stinson Linden <stinson@lindenlab.com> | 2014-04-23 19:36:08 +0100 |
| commit | fd0e84296e1f20b90bc6e7c0ad4fbfcecf0aa6d9 (patch) | |
| tree | 6b5c82f79887bf79606bd0bfe2cadb8eeb0b299c /indra/llmessage/llcurl.h | |
| parent | 5969c3d04f501d1c330674153702d32051daaf67 (diff) | |
MAINT-4009: Cleaning up the curl easy handle during shutdown.
Diffstat (limited to 'indra/llmessage/llcurl.h')
| -rwxr-xr-x | indra/llmessage/llcurl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index fc9761ff9f..b033a3d4ab 100755 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -269,6 +269,9 @@ private: static std::set<CURL*> sFreeHandles; static std::set<CURL*> sActiveHandles; static LLMutex* sHandleMutexp ; + + static void deleteAllActiveHandles(); + static void deleteAllFreeHandles(); }; class LLCurl::Multi |
