Re: [libvirt] [PATCH 11/24] maint: inline VIR_IS_CONNECT macro

2014-01-07 Thread Eric Blake
On 01/02/2014 04:35 PM, John Ferlan wrote: > > > On 12/28/2013 11:11 AM, Eric Blake wrote: >> Cleanup after the previous patch. >> >> * src/datatypes.h (VIR_IS_CONNECT): Delete, and inline into all >> callers, since no other file uses it any more. >> >> Signed-off-by: Eric Blake >> --- >> src/d

Re: [libvirt] [PATCH 11/24] maint: inline VIR_IS_CONNECT macro

2014-01-02 Thread John Ferlan
On 12/28/2013 11:11 AM, Eric Blake wrote: > Cleanup after the previous patch. > > * src/datatypes.h (VIR_IS_CONNECT): Delete, and inline into all > callers, since no other file uses it any more. > > Signed-off-by: Eric Blake > --- > src/datatypes.h | 24 +++- > 1 file chan

[libvirt] [PATCH 11/24] maint: inline VIR_IS_CONNECT macro

2013-12-28 Thread Eric Blake
Cleanup after the previous patch. * src/datatypes.h (VIR_IS_CONNECT): Delete, and inline into all callers, since no other file uses it any more. Signed-off-by: Eric Blake --- src/datatypes.h | 24 +++- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/datat