commit | 1023104a7a9ac7aba0ac6f77760a946910b42edb | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Wed Mar 27 10:10:43 2013 +0100 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Apr 02 11:47:37 2013 -0400 |
tree | 688d5d93bf827712ff74bfcb5731f881a988a539 | |
parent | 513737b82a7fd9fcf49b82872ff75134746041e7 [diff] |
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() The fcntl(fd, F_SETFL, O_NONBLOCK) flag is not specific to sockets. Rename to qemu_set_nonblock() just like qemu_set_cloexec(). Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>