]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net/vmnet_int.h
vdpa: Add SetSteeringEBPF method for NetClientState
[mirror_qemu.git] / net / vmnet_int.h
index d0b90594f293c4ece81e8ce9bfb3ba26d5374cae..a8a033dc9687da1390644566b2f180ba9ba7a85d 100644 (file)
@@ -45,6 +45,8 @@ typedef struct VmnetState {
     int packets_send_end_pos;
 
     struct iovec iov_buf[VMNET_PACKETS_LIMIT];
+
+    VMChangeStateEntry *change;
 } VmnetState;
 
 const char *vmnet_status_map_str(vmnet_return_t status);