On Fri, Aug 11, 2017 at 11:06:45AM -0700, Joe Stringer wrote: > In C++, 'mutable' is a keyword. If this is used as the name for a field, > then C++ compilers can get confused about the context and fail to > compile references to such fields. Rename the field to 'is_mutable' to > avoid this issue. > > Signed-off-by: Joe Stringer <[email protected]> > --- > v3: Rename to 'is_mutable'. > v2: Rebase.
Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
