Re: [ovs-dev] [PATCH 2/6] datapath: Constify netlink structs.

2015-07-30 Thread Joe Stringer
On 30 July 2015 at 10:08, Jesse Gross wrote: > On Wed, Jul 29, 2015 at 12:53 PM, Joe Stringer wrote: >> Signed-off-by: Joe Stringer >> --- >> datapath/datapath.c | 25 + >> datapath/datapath.h | 2 +- >> 2 files changed, 14 insertions(+), 13 deletions(-) > > If I rememb

Re: [ovs-dev] [PATCH 2/6] datapath: Constify netlink structs.

2015-07-30 Thread Jesse Gross
On Wed, Jul 29, 2015 at 12:53 PM, Joe Stringer wrote: > Signed-off-by: Joe Stringer > --- > datapath/datapath.c | 25 + > datapath/datapath.h | 2 +- > 2 files changed, 14 insertions(+), 13 deletions(-) If I remember correctly the reason why these weren't marked const i