mirror of https://github.com/xemu-project/xemu.git
qapi: Fix documentation for query-xen-replication-status
The correct return type is ReplicationStatus, not ReplicationResult. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Message-Id: <20220420153408.243584-3-abologna@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
659056b81d
commit
f43471297b
|
@ -1619,7 +1619,7 @@
|
|||
#
|
||||
# Query replication status while the vm is running.
|
||||
#
|
||||
# Returns: A @ReplicationResult object showing the status.
|
||||
# Returns: A @ReplicationStatus object showing the status.
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue