datapath: Harmonize [get|set]_skb_csum_pointers().
[openvswitch] / lib / rtnetlink.c
index 2e1c17330adcd4a5f6c34203de752ea9337b2e5f..54340e5c034cc47cd841b9c45491d2aac6eb9613 100644 (file)
 
 #include "coverage.h"
 #include "netlink.h"
+#include "netlink-socket.h"
 #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;