]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
qemu: Fix comment for timeDelta
authorJiri Denemark <jdenemar@redhat.com>
Mon, 27 Apr 2015 07:43:27 +0000 (09:43 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 27 Apr 2015 07:43:27 +0000 (09:43 +0200)
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_domain.h

index 76a48195e2d71aaccf874d904de7ed8d9acb9087..1d3c77a3303ad0e6c67245bf200b033bef062652 100644 (file)
@@ -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