From edcad09dee6daf119f3e29b0a63837500e7b8b85 Mon Sep 17 00:00:00 2001 From: sapier Date: Sat, 5 Apr 2014 15:27:33 +0200 Subject: Add support for named threads (atm linux only) --- src/httpfetch.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/httpfetch.cpp') diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 2eca363d7..751a4471a 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -566,6 +566,8 @@ protected: log_register_thread("CurlFetchThread"); DSTACK(__FUNCTION_NAME); + porting::setThreadName("CurlFetchThread"); + CurlHandlePool pool; m_multi = curl_multi_init(); -- cgit v1.2.3