Re: [ovs-dev] [PATCH 03/26] ofpbuf: New macro OFPBUF_STUB_INITIALIZER.

2015-07-31 Thread Jarno Rajahalme
Neat! Acked-by: Jarno Rajahalme > On Jul 29, 2015, at 11:42 PM, Ben Pfaff wrote: > > To be used in an upcoming commit. > > Signed-off-by: Ben Pfaff > --- > lib/ofpbuf.h | 21 - > 1 file changed, 20 insertions(+), 1 deletion(-) > > diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h

[ovs-dev] [PATCH 03/26] ofpbuf: New macro OFPBUF_STUB_INITIALIZER.

2015-07-29 Thread Ben Pfaff
To be used in an upcoming commit. Signed-off-by: Ben Pfaff --- lib/ofpbuf.h | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index b30cbdb..9e82de2 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -1,5 +1,5 @@ /* - * Copyright