[libvirt] [PATCH 1/6] Add util virCgroupGetBlkioIo*Serviced methods.

Thorsten Behrens tbehrens at suse.com
Mon Jan 20 11:00:10 UTC 2014


Gao feng wrote:
> > +virCgroupGetBlkioIoServiced(virCgroupPtr group,
> > +                            long long *bytes_read,
> > +                            long long *bytes_write,
> > +                            long long *requests_read,
> > +                            long long *requests_write)
> > +{
> > +    long long stats_val;
> > +    char *str1=NULL, *str2=NULL, *p1, *p2;
> please add blank.
> char *str1 = NULL, *str2 = NULL, *p1, *p2;
>
Will do in the v2 patchset going out in a minute. Since this is done
quite inconsistently over the code base, adjusted bracket-spacing.pl
accordingly & fixed the fallout. Will mail separate patchset today.

Cheers,

-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140120/3eea9687/attachment-0001.sig>


More information about the libvir-list mailing list