commit | 5869c4d515128cd3a938a7346a8037abcc232220 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Oct 08 19:58:29 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 15 09:32:02 2009 -0500 |
tree | eb2abde67eda0dc80da7ffc2c8b4b5c23c4727ab | |
parent | 577c4af9376f5ec0bdaeefd983f112a44b9c1d17 [diff] [blame] |
net: add -net nic,netdev= option Patchworks-ID: 35515 Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/net.h b/net.h index edaf942..e23047c 100644 --- a/net.h +++ b/net.h
@@ -99,6 +99,7 @@ char *name; char *devaddr; VLANState *vlan; + VLANClientState *netdev; VLANClientState *vc; void *private; int used;