diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-11-25 18:49:00 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:29 -0600 |
commit | b50a3a21cac08ada88921eb5d2d330197c31a890 (patch) | |
tree | 1aaeab9f21b008944800bdd1641a39880e45179a | |
parent | e13b10be5ce0333f857b627e112230a547911369 (diff) | |
download | qemu-b50a3a21cac08ada88921eb5d2d330197c31a890.zip qemu-b50a3a21cac08ada88921eb5d2d330197c31a890.tar.gz qemu-b50a3a21cac08ada88921eb5d2d330197c31a890.tar.bz2 |
net: remove NICInfo::private
Was used by hot-unplug, but not anymore.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ struct NICInfo { char *devaddr; VLANState *vlan; VLANClientState *netdev; - void *private; int used; int bootable; int nvectors; |