diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-08 19:58:22 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:00 -0500 |
commit | dea7b3b95a0e6b88e0647e7afc8b6a7b5675fbb1 (patch) | |
tree | 2ffa08c039f06c700755f42740f84dd83e2b323d /net.h | |
parent | 6d952ebedd5375b1ceffca722ac35c15adf7bb4c (diff) | |
download | qemu-dea7b3b95a0e6b88e0647e7afc8b6a7b5675fbb1.tar.gz |
net: remove id field from NICInfo
Just use the name field instead since we now use the id paramater as
the name, if supplied. Only implication with this change is that if
id is not supplied, the value of the name paramater is used as an
id.
Patchworks-ID: 35512
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
@@ -98,7 +98,6 @@ struct NICInfo { char *model; char *name; char *devaddr; - char *id; VLANState *vlan; VLANClientState *vc; void *private; |