Re: [ovs-dev] [PATCH 3/5] ofp-util: Avoid C++ keyword 'public' in name of struct member.

2017-07-31 Thread Russell Bryant
On Sun, Jul 30, 2017 at 10:54 PM, Ben Pfaff wrote: > This allows a C++ program to include ofp-util.h. > > Signed-off-by: Ben Pfaff > --- > include/openvswitch/ofp-util.h | 2 +- > lib/ofp-print.c| 4 ++-- > lib/ofp-util.c | 26

[ovs-dev] [PATCH 3/5] ofp-util: Avoid C++ keyword 'public' in name of struct member.

2017-07-30 Thread Ben Pfaff
This allows a C++ program to include ofp-util.h. Signed-off-by: Ben Pfaff --- include/openvswitch/ofp-util.h | 2 +- lib/ofp-print.c| 4 ++-- lib/ofp-util.c | 26 +- ofproto/connmgr.c | 14 +++---