Re: [ovs-dev] [PATCH 1/4] expr: Shorten declarations of expr_context.

2016-06-23 Thread Ben Pfaff
On Tue, Jun 14, 2016 at 09:17:28AM -0500, Ryan Moats wrote: > "dev" wrote on 06/09/2016 12:37:58 AM: > > > From: Ben Pfaff > > To: dev@openvswitch.org > > Cc: Ben Pfaff > > Date: 06/09/2016 12:58 AM > > Subject: [ovs-dev] [PATCH 1/4] expr: Short

Re: [ovs-dev] [PATCH 1/4] expr: Shorten declarations of expr_context.

2016-06-14 Thread Ryan Moats
"dev" wrote on 06/09/2016 12:37:58 AM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff > Date: 06/09/2016 12:58 AM > Subject: [ovs-dev] [PATCH 1/4] expr: Shorten declarations of expr_context. > Sent by: "dev" > > Seems to me that t

[ovs-dev] [PATCH 1/4] expr: Shorten declarations of expr_context.

2016-06-08 Thread Ben Pfaff
Seems to me that this makes the code slightly easier to follow. Signed-off-by: Ben Pfaff --- ovn/lib/expr.c | 28 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/ovn/lib/expr.c b/ovn/lib/expr.c index f274ab4..7ff9538 100644 --- a/ovn/lib/expr.c +++ b/o