aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2010-04-06 19:22:06 -0300
committerAurelien Jarno <aurelien@aurel32.net>2010-04-10 02:09:48 +0200
commitc2564608a149555d748390e446990324802586e7 (patch)
tree0b989a6e0a440022ce641e142f1bcc42c8c3db4e /net.h
parentc644db3d53c90ef569ff5a90e9f821b88e7123bb (diff)
net: remove NICInfo.bootable field
It is just set by net_set_boot_mask() and never used. The logic for rom loading changed a lot since this field was introduced. It is not needed anymore. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h
index 16f19c5ce1..991f0fa0e6 100644
--- a/net.h
+++ b/net.h
@@ -132,7 +132,6 @@ struct NICInfo {
VLANState *vlan;
VLANClientState *netdev;
int used;
- int bootable;
int nvectors;
};