Re: [libvirt] [PATCH 2/6] Add support for fetching statistics of completed jobs

2014-09-08 Thread Jiri Denemark
On Fri, Sep 05, 2014 at 14:42:00 -0400, John Ferlan wrote: > > > On 09/01/2014 11:05 AM, Jiri Denemark wrote: > > virDomainGetJobStats gains new VIR_DOMAIN_JOB_STATS_COMPLETED flag that > > can be used to fetch statistics of a completed job rather than a > > currently running job. > > > > Signed

Re: [libvirt] [PATCH 2/6] Add support for fetching statistics of completed jobs

2014-09-05 Thread John Ferlan
On 09/01/2014 11:05 AM, Jiri Denemark wrote: > virDomainGetJobStats gains new VIR_DOMAIN_JOB_STATS_COMPLETED flag that > can be used to fetch statistics of a completed job rather than a > currently running job. > > Signed-off-by: Jiri Denemark > --- > include/libvirt/libvirt.h.in | 11

[libvirt] [PATCH 2/6] Add support for fetching statistics of completed jobs

2014-09-01 Thread Jiri Denemark
virDomainGetJobStats gains new VIR_DOMAIN_JOB_STATS_COMPLETED flag that can be used to fetch statistics of a completed job rather than a currently running job. Signed-off-by: Jiri Denemark --- include/libvirt/libvirt.h.in | 11 +++ src/libvirt.c| 8 +++- src/qemu/qem