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 <joestrin...@nicira.com> > Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com>
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. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev