mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
qemu: Fix comment for timeDelta
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
21b64552fe
commit
659dbba37e
@ -107,7 +107,7 @@ struct _qemuDomainJobInfo {
|
||||
/* Computed values */
|
||||
unsigned long long timeElapsed;
|
||||
unsigned long long timeRemaining;
|
||||
long long timeDelta; /* delta = sent - received, i.e., the difference
|
||||
long long timeDelta; /* delta = received - sent, i.e., the difference
|
||||
between the source and the destination time plus
|
||||
the time between the end of Perform phase on the
|
||||
source and the beginning of Finish phase on the
|
||||
|
Loading…
x
Reference in New Issue
Block a user