qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Undefined error for curl_multi_socket_action
@ 2014-05-13  9:51 Gaurav Sharma
  2014-05-14 12:54 ` Stefan Hajnoczi
  2014-05-14 12:58 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Gaurav Sharma @ 2014-05-13  9:51 UTC (permalink / raw)
  To: QEMU-DEVEL

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

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 ?

Thanks,
Gaurav

[-- Attachment #2: Type: text/html, Size: 459 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Undefined error for curl_multi_socket_action
  2014-05-13  9:51 [Qemu-devel] Undefined error for curl_multi_socket_action Gaurav Sharma
@ 2014-05-14 12:54 ` Stefan Hajnoczi
  2014-05-14 12:58 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2014-05-14 12:54 UTC (permalink / raw)
  To: Gaurav Sharma; +Cc: QEMU-DEVEL, Matthew Booth

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Undefined error for curl_multi_socket_action
  2014-05-13  9:51 [Qemu-devel] Undefined error for curl_multi_socket_action Gaurav Sharma
  2014-05-14 12:54 ` Stefan Hajnoczi
@ 2014-05-14 12:58 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2014-05-14 12:58 UTC (permalink / raw)
  To: Gaurav Sharma; +Cc: QEMU-DEVEL, Matthew Booth

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 ?

Just noticed that there is already a patch on the mailing list solving
this issue:

https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg01413.html

Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-14 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13  9:51 [Qemu-devel] Undefined error for curl_multi_socket_action Gaurav Sharma
2014-05-14 12:54 ` Stefan Hajnoczi
2014-05-14 12:58 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).