Re: [libvirt] [PATCH 1/5] tests: use C99 initialization for storage test

2014-04-04 Thread Peter Krempa
On 04/04/14 06:32, Eric Blake wrote: > Writing this test with C99 initializers will make it easier to test > additions and deletions to struct members as I refactor the code. > > * tests/virstoragetest.c (mymain): Rewrite initializers. > > Signed-off-by: Eric Blake > --- > tests/virstoragetest.

[libvirt] [PATCH 1/5] tests: use C99 initialization for storage test

2014-04-03 Thread Eric Blake
Writing this test with C99 initializers will make it easier to test additions and deletions to struct members as I refactor the code. * tests/virstoragetest.c (mymain): Rewrite initializers. Signed-off-by: Eric Blake --- tests/virstoragetest.c | 105 +