mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
NET_CLIENT_TYPE_ -> NET_CLIENT_OPTIONS_KIND_ Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
14aa0c2de0
commit
2be64a68ed
@@ -129,7 +129,7 @@ static void net_slirp_cleanup(VLANClientState *nc)
|
||||
}
|
||||
|
||||
static NetClientInfo net_slirp_info = {
|
||||
.type = NET_CLIENT_TYPE_USER,
|
||||
.type = NET_CLIENT_OPTIONS_KIND_USER,
|
||||
.size = sizeof(SlirpState),
|
||||
.receive = net_slirp_receive,
|
||||
.cleanup = net_slirp_cleanup,
|
||||
|
||||
Reference in New Issue
Block a user