diff options
Diffstat (limited to 'net/dump.c')
-rw-r--r-- | net/dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -144,7 +144,8 @@ static int net_dump_init(VLANState *vlan, const char *device, return 0; } -int net_init_dump(QemuOpts *opts, const char *name, VLANState *vlan) +int net_init_dump(QemuOpts *opts, const NetClientOptions *new_opts, + const char *name, VLANState *vlan) { int len; const char *file; |