coverage: Make the coverage counters catalog program-specific.
[sliver-openvswitch.git] / lib / rtnetlink.c
index bce95ce..9beddb1 100644 (file)
@@ -31,6 +31,8 @@
 
 VLOG_DEFINE_THIS_MODULE(rtnetlink);
 
+COVERAGE_DEFINE(rtnetlink_changed);
+
 /* rtnetlink socket. */
 static struct nl_sock *notify_sock;