qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Undefined error for curl_multi_socket_action


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] Undefined error for curl_multi_socket_action
Date: Wed, 14 May 2014 14:54:13 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, May 13, 2014 at 03:21:17PM +0530, Gaurav Sharma wrote:
> After rebasing my code with the master branch, i have started getting error
> for this method "curl_multi_socket_action".
> In the file blocl/curl.c I can see function call for this method without
> NEED_CURL_TIMER_CALLBACK directive check also.
> 
> Is this is know issue, and what i can do to get rid of it apart from
> commenting the function call ?

http://curl.haxx.se/libcurl/c/curl_multi_socket_action.html

"This function was added in libcurl 7.15.4, and is deemed stable since
7.16.0."

Which version of libcurl do you have?

Perhaps this API is too recent and we should not be using it.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]