]> git.proxmox.com Git - qemu.git/blobdiff - net.h
net: delay freeing peer host device
[qemu.git] / net.h
diff --git a/net.h b/net.h
index 518cf9c1f73a080790d212bc7265b2efa53a658c..44c31a9b321f468ca4a3dbbca2bd97b5d9d45a66 100644 (file)
--- a/net.h
+++ b/net.h
@@ -72,6 +72,7 @@ typedef struct NICState {
     VLANClientState nc;
     NICConf *conf;
     void *opaque;
+    bool peer_deleted;
 } NICState;
 
 struct VLANState {