X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcoverage.c;h=cc17e342a434fc6f7909016556a759c411c7dba1;hb=HEAD;hp=eae1799d36c15b0246171fb274073eef9e86b339;hpb=5521e08eb7a233129208a1c04ee11a0599f25879;p=sliver-openvswitch.git diff --git a/lib/coverage.c b/lib/coverage.c index eae1799d3..cc17e342a 100644 --- a/lib/coverage.c +++ b/lib/coverage.c @@ -30,8 +30,8 @@ VLOG_DEFINE_THIS_MODULE(coverage); /* The coverage counters. */ static struct coverage_counter **coverage_counters = NULL; -static unsigned int n_coverage_counters = 0; -static unsigned int allocated_coverage_counters = 0; +static size_t n_coverage_counters = 0; +static size_t allocated_coverage_counters = 0; static struct ovs_mutex coverage_mutex = OVS_MUTEX_INITIALIZER;