Re: [libvirt] [dbus RFC 01/11] util: introduce VIRT_ARRAY_CARDINALITY macro

2018-01-23 Thread Pavel Hrdina
On Tue, Jan 23, 2018 at 09:48:51AM +, Daniel P. Berrange wrote: > On Mon, Jan 22, 2018 at 06:15:59PM +0100, Pavel Hrdina wrote: > > Signed-off-by: Pavel Hrdina > > --- > > src/util.h | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/src/util.h b/src/util.h

Re: [libvirt] [dbus RFC 01/11] util: introduce VIRT_ARRAY_CARDINALITY macro

2018-01-23 Thread Daniel P. Berrange
On Mon, Jan 22, 2018 at 06:15:59PM +0100, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > src/util.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/util.h b/src/util.h > index 0c9f3d7..6d99841 100644 > --- a/src/util.h > +++ b/src/util.h > @@ -8,6

[libvirt] [dbus RFC 01/11] util: introduce VIRT_ARRAY_CARDINALITY macro

2018-01-22 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.h b/src/util.h index 0c9f3d7..6d99841 100644 --- a/src/util.h +++ b/src/util.h @@ -8,6 +8,8 @@ #define _cleanup_(_x) __attribute__((__cleanup__(_x))) #define