On 11 August 2017 at 11:06, Joe Stringer <[email protected]> wrote: > In the OVSDB IDL, we use C++ keywords such as "new", "mutable", "class" > for variable and field names. This series updates these names so that > they don't conflict with the C++ keywords, which should improve the > ability to use the IDL from C++ code. This series focuses primarily on > code that exists in the tree; To address such problems for generated > field names that come from an OVSDB schema, a subsequent patch will > still be required. For instance, the ovs-vswitchd schema has a column > named "protected". This ends up as a field name in the generated > lib/vswitch-idl.[ch] code, which causes similar problems to those > addressed by this series.
Thanks folks, I pushed this to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
