coverage: Use size_t for coverage counter array lengths.
authorEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 17:57:38 +0000 (09:57 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 18:44:04 +0000 (10:44 -0800)
commit65dd5d75ecc9725e0e9196ad81b42e2be3ccf212
tree3103d846e685676a434b9b201b22fcecd276bf5d
parent4e8575089d92a4408e4e9b1224aedb19b0f87ccd
coverage:  Use size_t for coverage counter array lengths.

Fixes the following warning on my system.

../lib/coverage.c:54:40: error: incompatible pointer types passing
'unsigned int *' to parameter of type 'size_t *' (aka 'unsigned long
*')

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/coverage.c