Rename tap_readv() to tap_receive_iov()
commit3945a735943c9c92abe3148e4e6b0b43a5dfa23c
authorMark McLoughlin <markmc@redhat.com>
Mon, 11 Aug 2008 20:12:09 +0000 (11 21:12 +0100)
committerAvi Kivity <avi@qumranet.com>
Wed, 13 Aug 2008 09:12:09 +0000 (13 12:12 +0300)
treebba749753f1b12eea437f7315959249fd5d9f3bb
parent078a77268de81f8d0fd52f9129c9d777b29b8399
Rename tap_readv() to tap_receive_iov()

Rename tap_readv() so as to match tap_receive() naming and
also to allow a tap_writev() helper function to not seem so
weird.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
vl.c