diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-27 19:36:43 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-27 19:36:43 +0000 |
commit | 833c7174ce5145397d2b3405f6857ca607fed1f1 (patch) | |
tree | 98e297a268e6b91421d030b6614535542acf3386 /vl.h | |
parent | 1b2e93c175a947653326efce9a6f36791d458691 (diff) |
Improved sanity checking to -net options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2877 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -389,6 +389,7 @@ typedef struct VLANState { int id; VLANClientState *first_client; struct VLANState *next; + unsigned int nb_guest_devs, nb_host_devs; } VLANState; VLANState *qemu_find_vlan(int id); |