On Fri, Apr 15, 2016 at 09:12:52 +0100, Richard W.M. Jones wrote:
On Fri, Apr 15, 2016 at 10:01:50AM +0200, Ján Tomko wrote:
> > +#define VIR_TIME_WHILE_WITH_BACKOFF(var) \
> > + while (virTimeBackOffCondition(&(var)))
>
> This still unnecessarily hides the while keyword.
As noted in the cover letter, I left this because I preferred it.
Would like to hear what others think.
I concur with Jan. Libvirt doesn't use that convetion.