ofproto: Add coverage counter for reinit_ports()
authorJustin Pettit <jpettit@nicira.com>
Tue, 26 Oct 2010 21:54:13 +0000 (14:54 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 26 Oct 2010 21:57:29 +0000 (14:57 -0700)
commit898bf89d807e140b7cf1966d2efc9c6410f71c9d
tree71f1c96e52ecd006985ca4c997bb32d8351ae81e
parent3c8552c1db717d2018adbc5e17cbf2583f0a6639
ofproto: Add coverage counter for reinit_ports()

The reinit_ports() function is an interesting enough case that it would
be good to know if we're hitting it often.  This adds a
"ofproto_reinit_ports" coverage counter.
ofproto/ofproto.c