diff options
Diffstat (limited to 'net/dump.c')
-rw-r--r-- | net/dump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dump.c b/net/dump.c index 2124b9a081..27e95280e3 100644 --- a/net/dump.c +++ b/net/dump.c @@ -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; |