Re: [Qemu-devel] Undefined error for curl_multi_socket_action

2014-05-14 Thread Stefan Hajnoczi
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

Re: [Qemu-devel] Undefined error for curl_multi_socket_action

2014-05-14 Thread Stefan Hajnoczi
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

[Qemu-devel] Undefined error for curl_multi_socket_action

2014-05-13 Thread Gaurav Sharma
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