Re: [ovs-dev] [PATCH 1/3] util: New macro BUILD_ASSERT_TYPE.

2016-02-08 Thread Andy Zhou
On Mon, Feb 8, 2016 at 4:52 PM, Ben Pfaff wrote: > I intend to make further use of this in upcoming commits. > > Signed-off-by: Ben Pfaff > --- > lib/util.h | 20 ++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > This is clever! Acked-by:

Re: [ovs-dev] [PATCH 1/3] util: New macro BUILD_ASSERT_TYPE.

2016-02-08 Thread Ben Pfaff
On Mon, Feb 08, 2016 at 06:49:33PM -0800, Andy Zhou wrote: > On Mon, Feb 8, 2016 at 4:52 PM, Ben Pfaff wrote: > > > I intend to make further use of this in upcoming commits. > > > > Signed-off-by: Ben Pfaff > > --- > > lib/util.h | 20 ++-- > > 1

[ovs-dev] [PATCH 1/3] util: New macro BUILD_ASSERT_TYPE.

2016-02-08 Thread Ben Pfaff
I intend to make further use of this in upcoming commits. Signed-off-by: Ben Pfaff --- lib/util.h | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/lib/util.h b/lib/util.h index 0ad75f2..afd8e37 100644 --- a/lib/util.h +++ b/lib/util.h @@