diff options
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ struct NICInfo { const char *name; const char *devaddr; VLANState *vlan; + VLANClientState *vc; void *private; int used; int bootable; |