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