Re: [libvirt] [PATCH 3/5] remote generator: Unify unsigned int notation in .x files

2011-05-10 Thread Matthias Bolte
2011/5/9 Eric Blake : > On 05/07/2011 06:28 AM, Matthias Bolte wrote: >> Rename u_int and unsigned to unsigned int. This gets rid of some special >> case code in the generator. >> --- >>  daemon/remote_generator.pl   |   10 +++--- >>  src/remote/remote_protocol.x |   72 >> +---

Re: [libvirt] [PATCH 3/5] remote generator: Unify unsigned int notation in .x files

2011-05-09 Thread Eric Blake
On 05/07/2011 06:28 AM, Matthias Bolte wrote: > Rename u_int and unsigned to unsigned int. This gets rid of some special > case code in the generator. > --- > daemon/remote_generator.pl | 10 +++--- > src/remote/remote_protocol.x | 72 > +- > 2 files

[libvirt] [PATCH 3/5] remote generator: Unify unsigned int notation in .x files

2011-05-07 Thread Matthias Bolte
Rename u_int and unsigned to unsigned int. This gets rid of some special case code in the generator. --- daemon/remote_generator.pl | 10 +++--- src/remote/remote_protocol.x | 72 +- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/daem