mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13: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
|
@ -93,7 +93,7 @@ static void dump_cleanup(VLANClientState *nc)
|
|||
}
|
||||
|
||||
static NetClientInfo net_dump_info = {
|
||||
.type = NET_CLIENT_TYPE_DUMP,
|
||||
.type = NET_CLIENT_OPTIONS_KIND_DUMP,
|
||||
.size = sizeof(DumpState),
|
||||
.receive = dump_receive,
|
||||
.cleanup = dump_cleanup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue