diff options
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ struct NICInfo { const char *model; const char *name; VLANState *vlan; + void *private; }; extern int nb_nics; |