diff options
Diffstat (limited to 'net/vde.c')
-rw-r--r-- | net/vde.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -110,7 +110,8 @@ static int net_vde_init(VLANState *vlan, const char *model, return 0; } -int net_init_vde(QemuOpts *opts, const char *name, VLANState *vlan) +int net_init_vde(QemuOpts *opts, const NetClientOptions *new_opts, + const char *name, VLANState *vlan) { const char *sock; const char *group; |