On 21/07/2016 12:33, Cao jin wrote: > The commit message maybe not so accurate, welcome to the comments. > > Cc: Daniel P. Berrange <berra...@redhat.com> > Cc: Gerd Hoffmann <kra...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > > Cao jin (2): > util/qemu-sockets: shoot inet_nonblocking_connect() > util/qemu-sockets: shoot unix_nonblocking_connect()
It's okay, I'll rephrase it to It is never used; all nonblocking connect now goes through inet_connect_addr(). and It is never used; all nonblocking connect now goes through unix_connect_addr(). respectively. Thanks, Paolo > include/qemu/sockets.h | 6 ------ > util/qemu-sockets.c | 46 ---------------------------------------------- > 2 files changed, 52 deletions(-) >