cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: help:regarding async

From: Honne Gowda A <honne_gowda_at_yahoo.com>
Date: Tue, 8 Aug 2006 04:58:06 -0700 (PDT)

Hi,
Let me rephrase my question:

By using multi-interface, I want to register a
call-back for an easy handle, so that when the
transfer is over for any easy handle it should call
this call-back. Can I add another option like

CURLOPT_TRANSFERDONE_FUNCTION to curl_easy_setopt().
CURLOPT_TRANSFERDONE_DATA
curl_easy_setopt(easy_handle,CURLOPT_TRANSFERDONE_FUNCTION,void
(*)(void*))

CURLOPT_TRANSFERDONE_FUNCTION -
This is called when the transfer is done with data set
throgh CURLOPT_TRANSFERDONE_DATA.
CURLOPT_TRANSFERDONE_DATA - data needs to passed to
CURLOPT_TRANSFERDONE_FUNCTION.

Please help me am I missing anything here...
thanks,
-Honne

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Received on 2006-08-08