On Thu, Nov 30, 2017 at 11:11:51AM -0800, Yi-Hung Wei wrote:
> In C++, 'protected' is a keyword. This patch renames 'protected'
> to 'is_protected' in a couple files so that C++ compiler will
> not get confused.
> 
> Signed-off-by: Yi-Hung Wei <[email protected]>

Thanks for working on this.

We can't change the name of the "protected" column in the database
schema, because that breaks backward compatibility.  Another approach
would be to make ovsdb-idlc use a different name for columns whose names
are C or C++ keywords; for example, it could append an underscore.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to