libvirt/src/xenapi
Matthias Bolte 458c499841 Call curl_global_init from virInitialize to avoid thread-safety issues
curl_global_init is not thread-safe. curl_easy_init might call
curl_global_init when it was no called before. But curl_easy_init
can be called from different threads by the ESX driver. Therefore,
call curl_global_init from virInitialize to stop curl_easy_init from
calling it.

Reported by Benjamin Wang.
2012-10-08 21:27:58 +02:00
..
xenapi_driver_private.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xenapi_driver.c Call curl_global_init from virInitialize to avoid thread-safety issues 2012-10-08 21:27:58 +02:00
xenapi_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xenapi_utils.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xenapi_utils.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00