| Submitter | Mark McLoughlin |
|---|---|
| Date | Nov. 25, 2009, 6:49 p.m. |
| Message ID | <1259174977-26212-8-git-send-email-markmc@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/39430/ |
| State | New |
| Headers | show |
Comments
Patch
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(-)