qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 07/44] net: remove NICInfo::private


From: Mark McLoughlin
Subject: [Qemu-devel] [PATCH 07/44] net: remove NICInfo::private
Date: Wed, 25 Nov 2009 18:49:00 +0000

Was used by hot-unplug, but not anymore.

Signed-off-by: Mark McLoughlin <address@hidden>
---
 net.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net.h b/net.h
index bc8392b..9ffcfe3 100644
--- a/net.h
+++ b/net.h
@@ -124,7 +124,6 @@ struct NICInfo {
     char *devaddr;
     VLANState *vlan;
     VLANClientState *netdev;
-    void *private;
     int used;
     int bootable;
     int nvectors;
-- 
1.6.5.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]