curl-library
global init/cleanup reference count, documentation
From: Bryan Henderson <bryanh_at_giraffe-data.com>
Date: 15 Jan 2006 21:38:14 +0000
Received on 2006-01-15
Date: 15 Jan 2006 21:38:14 +0000
Here is a patch to turn the initialized flag into a counter. This
makes curl_global_init/cleanup work properly when called multiple times,
which means libcurl can be used by multiple independent modules.
I have also written a complete description for the manual of how to
use these in a modular, threaded program.
- application/octet-stream attachment: curlglobal.patch