On Tue, Aug 09, 2016 at 08:08:20AM +0800, nickcooper-zhangtonghao wrote: > > +/* --detailed: Show a detailed, table-by-table trace. */ > > +static bool detailed; > > + > > +/* --summary: Show a trace that omits table information. */ > > +static bool summary; > > + > > +/* --minimal: Show a trace with only minimal information. */ > > +static bool minimal; > > + > > As a little reminder, it is better to initialize ‘detailed’, > ‘summary’, and ‘minimal' variables with a value of ‘false'.
That has no semantic value and is not part of our coding style. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev