Message ID | 1259174977-26212-8-git-send-email-markmc@redhat.com |
---|---|
State | New |
Headers | show |
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;
Was used by hot-unplug, but not anymore. Signed-off-by: Mark McLoughlin <markmc@redhat.com> --- net.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)