Re: [Qemu-devel] [PATCH 21/27] vhost-user-scsi: drop extra callback pointer

2017-08-23 Thread Philippe Mathieu-Daudé
On 08/23/2017 01:19 PM, Marc-André Lureau wrote: Use the one from the source with casting, like any other glib source. Signed-off-by: Marc-André Lureau --- contrib/vhost-user-scsi/vhost-user-scsi.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/contrib/vhost

[Qemu-devel] [PATCH 21/27] vhost-user-scsi: drop extra callback pointer

2017-08-23 Thread Marc-André Lureau
Use the one from the source with casting, like any other glib source. Signed-off-by: Marc-André Lureau --- contrib/vhost-user-scsi/vhost-user-scsi.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/contrib/vhost-user-scsi/vhost-user-scsi.c b/contrib/vhost-user-sc