OSDN Git Service

qemu-sockets: unix_listen and unix_connect are portable
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Oct 2012 06:44:00 +0000 (08:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Oct 2012 11:54:55 +0000 (13:54 +0200)
commit0c814709471ac8a9617406e1e2cbd7015e97bfe9
treed4096ece87e63a685263bbdd711bc888219a7170
parent7fc4e63ec018a0ef6d420ddb7f6cbf68387d4995
qemu-sockets: unix_listen and unix_connect are portable

They are just wrappers and do not need a Win32-specific version.

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qemu-sockets.c