Re: [Spice-devel] [usbredir PATCH 4/6] usbredirhost: add LIBUSB_CALL to libusb complete-callback-functions

2012-05-03 Thread Christophe Fergeau
ACK Christophe On Thu, May 03, 2012 at 06:04:37PM +0300, Uri Lublin wrote: > In libusb.h the following definition appears: > typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer > *transfer); > > Added LIBUSB_CALL to the following functions: > usbredirhost_iso_packet_c

[Spice-devel] [usbredir PATCH 4/6] usbredirhost: add LIBUSB_CALL to libusb complete-callback-functions

2012-05-03 Thread Uri Lublin
In libusb.h the following definition appears: typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer *transfer); Added LIBUSB_CALL to the following functions: usbredirhost_iso_packet_complete usbredirhost_interrupt_packet_complete usbredirhost_control_pac