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 a2c6a501d1..078dd18dd6 100644 --- a/net.h +++ b/net.h @@ -19,6 +19,7 @@ struct VLANClientState { struct VLANClientState *next; struct VLANState *vlan; char *model; + char *name; char info_str[256]; }; |