mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06: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:
parent
14aa0c2de0
commit
2be64a68ed
34 changed files with 71 additions and 83 deletions
|
@ -69,7 +69,7 @@ static void vde_cleanup(VLANClientState *nc)
|
|||
}
|
||||
|
||||
static NetClientInfo net_vde_info = {
|
||||
.type = NET_CLIENT_TYPE_VDE,
|
||||
.type = NET_CLIENT_OPTIONS_KIND_VDE,
|
||||
.size = sizeof(VDEState),
|
||||
.receive = vde_receive,
|
||||
.cleanup = vde_cleanup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue