On Nov 4, 2014, at 12:52 PM, Ben Pfaff wrote:
> On Fri, Oct 24, 2014 at 01:36:41PM -0700, Jarno Rajahalme wrote:
>> Some struct cls_subtable fields were documented of being const. Make
>> them const and use CONST_CAST where appropriate to initialize them.
>>
>> This will help catch future erro
On Fri, Oct 24, 2014 at 01:36:41PM -0700, Jarno Rajahalme wrote:
> Some struct cls_subtable fields were documented of being const. Make
> them const and use CONST_CAST where appropriate to initialize them.
>
> This will help catch future errors modifying those fields after
> initialization.
>
>
Some struct cls_subtable fields were documented of being const. Make
them const and use CONST_CAST where appropriate to initialize them.
This will help catch future errors modifying those fields after
initialization.
Signed-off-by: Jarno Rajahalme
---
lib/classifier-private.h | 12 ++