qapi: add cross-references to sockets.json
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-ID: <20250711054005.60969-15-jsnow@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
57d2ad7d2f
commit
bfdfd96388
1 changed files with 3 additions and 3 deletions
|
|
@ -211,14 +211,14 @@
|
|||
'unix': 'UnixSocketAddressWrapper',
|
||||
'vsock': 'VsockSocketAddressWrapper',
|
||||
'fd': 'FdSocketAddressWrapper' } }
|
||||
# Note: This type is deprecated in favor of SocketAddress. The
|
||||
# difference between SocketAddressLegacy and SocketAddress is that the
|
||||
# Note: This type is deprecated in favor of `SocketAddress`. The
|
||||
# difference between `SocketAddressLegacy` and `SocketAddress` is that the
|
||||
# latter has fewer ``{}`` on the wire.
|
||||
|
||||
##
|
||||
# @SocketAddressType:
|
||||
#
|
||||
# Available SocketAddress types
|
||||
# Available `SocketAddress` types
|
||||
#
|
||||
# @inet: Internet address
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue