coverage: Make the coverage counters catalog program-specific.
[sliver-openvswitch.git] / lib / rtnetlink.c
index 2e1c173..9beddb1 100644 (file)
@@ -29,7 +29,9 @@
 #include "ofpbuf.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(rtnetlink)
+VLOG_DEFINE_THIS_MODULE(rtnetlink);
+
+COVERAGE_DEFINE(rtnetlink_changed);
 
 /* rtnetlink socket. */
 static struct nl_sock *notify_sock;