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