diff options
Diffstat (limited to 'tests/libqos/virtio-net.h')
-rw-r--r-- | tests/libqos/virtio-net.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libqos/virtio-net.h b/tests/libqos/virtio-net.h index e6905cd82e..28238a1b20 100644 --- a/tests/libqos/virtio-net.h +++ b/tests/libqos/virtio-net.h @@ -26,8 +26,8 @@ typedef struct QVirtioNetDevice QVirtioNetDevice; struct QVirtioNet { QVirtioDevice *vdev; - QVirtQueue *rx; - QVirtQueue *tx; + int n_queues; + QVirtQueue **queues; }; struct QVirtioNetPCI { |