
20 Dec
2019
20 Dec
'19
3:50 p.m.
On 12/19/19 6:24 AM, Michal Privoznik wrote:
This is a v2 for:
https://www.redhat.com/archives/libvir-list/2019-December/msg01045.html
While technically v1 was fixed I agree with Cole's suggestion, so I'm discarding v1 and sending another version which implements his suggestion.
Michal Prívozník (2): virhostuptime: Introduce virHostBootTimeInit() remote_daemon: Initialize host boot time global variable
src/libvirt_private.syms | 1 + src/remote/remote_daemon.c | 9 +++++++++ src/util/virhostuptime.c | 13 ++++++++++++- src/util/virhostuptime.h | 3 +++ 4 files changed, 25 insertions(+), 1 deletion(-)
With the fix Dan pointed out: Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole