On 26 August 2015 at 09:04, Ben Pfaff <[email protected]> wrote: > On Fri, Aug 21, 2015 at 03:25:18PM -0700, Jarno Rajahalme wrote: >> Reserve the use of size_t for sizes of objects in bytes. >> >> Suggested-by: Joe Stringer <[email protected]> >> Signed-off-by: Jarno Rajahalme <[email protected]> > > I think that size_t is a perfectly appropriate type for the number of > elements in an array or an array index (the main usage here). It's the > most suitable portable type for such a usage.
Fair enough. I didn't feel that strongly about it, but perhaps we could add this reasoning to the CodingStyle. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
