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 /net.h | |
| parent | e13b10be5ce0333f857b627e112230a547911369 (diff) | |
| download | focaccia-qemu-b50a3a21cac08ada88921eb5d2d330197c31a890.tar.gz focaccia-qemu-b50a3a21cac08ada88921eb5d2d330197c31a890.zip | |
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>
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h index bc8392b9ac..9ffcfe385d 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; |