mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
e13b10be5c
commit
b50a3a21ca
1 changed files with 0 additions and 1 deletions
1
net.h
1
net.h
|
@ -124,7 +124,6 @@ struct NICInfo {
|
|||
char *devaddr;
|
||||
VLANState *vlan;
|
||||
VLANClientState *netdev;
|
||||
void *private;
|
||||
int used;
|
||||
int bootable;
|
||||
int nvectors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue