[libvirt] [PATCH] qemu: Fix comment for timeDelta

Jiri Denemark jdenemar at redhat.com
Mon Apr 27 07:47:13 UTC 2015


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---

Pushed as trivial.

 src/qemu/qemu_domain.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h
index 76a4819..1d3c77a 100644
--- a/src/qemu/qemu_domain.h
+++ b/src/qemu/qemu_domain.h
@@ -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
-- 
2.3.5




More information about the libvir-list mailing list