mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
9pfs: fix some type definitions
To comply with the QEMU coding style. Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
parent
1a8d0bb31a
commit
8e71b96c62
4 changed files with 11 additions and 11 deletions
|
@ -184,7 +184,7 @@ static void virtio_init_out_iov_from_pdu(V9fsPDU *pdu, struct iovec **piov,
|
|||
*pniov = elem->out_num;
|
||||
}
|
||||
|
||||
static const struct V9fsTransport virtio_9p_transport = {
|
||||
static const V9fsTransport virtio_9p_transport = {
|
||||
.pdu_vmarshal = virtio_pdu_vmarshal,
|
||||
.pdu_vunmarshal = virtio_pdu_vunmarshal,
|
||||
.init_in_iov_from_pdu = virtio_init_in_iov_from_pdu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue