diff options
Diffstat (limited to 'net/socket.h')
-rw-r--r-- | net/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.h b/net/socket.h index c4809ad0d9..82b4d169d9 100644 --- a/net/socket.h +++ b/net/socket.h @@ -28,6 +28,6 @@ #include "qapi-types.h" int net_init_socket(const NetClientOptions *opts, const char *name, - VLANState *vlan); + VLANClientState *peer); #endif /* QEMU_NET_SOCKET_H */ |