<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Dec 7, 2019 at 12:20 PM Alexander Nezhinsky <<a href="mailto:anezhins@redhat.com">anezhins@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 6, 2019 at 12:04 PM Frediano Ziglio <<a href="mailto:fziglio@redhat.com" target="_blank">fziglio@redhat.com</a>> wrote:<br></div><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> +    bdev = spice_usb_device_manager_device_to_bdev(self, device);<br>
<br>
see below<br>
<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> +#ifdef USE_USBREDIR<br>
> +    SpiceUsbBackendDevice *bdev;<br>
> +    gboolean is_cd;<br>
> +<br>
> +    bdev = spice_usb_device_manager_device_to_bdev(self, device);<br>
<br>
Note that SpiceUsbBackendDevice is defined as<br>
<br>
    typedef struct _SpiceUsbDevice SpiceUsbBackendDevice;<br>
<br>
no need to call this function.<br>
<br></blockquote><div>I agree with Yuri. This is the current practice in all API functions.</div><div>We can rework it everywhere, or leave it as is.</div><br></div></div></blockquote><div><br></div><div>I looked at it just an inch deeper and saw that the function spice_usb_device_manager_device_to_bdev actually increments the reference of the device object.</div><div>So it seems to be necessary and the change would require rework of some further logic, i guess.</div><div>In view of the fact that the struct is the same, we could change the name of the functions to reflect the refcounting, like:</div><div>spice_usb_device_manager_get_bdev_device() or just spice_usb_device_manager_get_device()</div><div>What do you think?</div><div><br></div><div><br></div></div></div>