]> git.proxmox.com Git - qemu.git/blobdiff - net.h
net: add queue for peer-to-peer packet forwarding
[qemu.git] / net.h
diff --git a/net.h b/net.h
index e79f524d53ff3bfe598f31525651038887eb6971..439de2a842abe49e93c59135c1a1f0f7900b3dd5 100644 (file)
--- a/net.h
+++ b/net.h
@@ -28,6 +28,7 @@ struct VLANClientState {
     QTAILQ_ENTRY(VLANClientState) next;
     struct VLANState *vlan;
     VLANClientState *peer;
+    NetQueue *send_queue;
     char *model;
     char *name;
     char info_str[256];