diff options
Diffstat (limited to 'tap-win32.c')
-rw-r--r-- | tap-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-win32.c b/tap-win32.c index ccf7e45e55..ff1e1ed5f4 100644 --- a/tap-win32.c +++ b/tap-win32.c @@ -650,7 +650,7 @@ static void tap_cleanup(VLANClientState *vc) qemu_free(s); } -static void tap_receive(void *opaque, const uint8_t *buf, size_t size) +static void tap_receive(VLANClientState *vc, const uint8_t *buf, size_t size) { TAPState *s = opaque; |