From: Jiri Denemark Date: Mon, 27 Apr 2015 07:43:27 +0000 (+0200) Subject: qemu: Fix comment for timeDelta X-Git-Tag: v1.2.15-rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659dbba37e7a38778857915b281a26e9c36c7821;p=thirdparty%2Flibvirt.git qemu: Fix comment for timeDelta Signed-off-by: Jiri Denemark --- diff --git a/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h index 76a48195e2..1d3c77a330 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