datapath: Clean up use of TBL_* constants.
[openvswitch] / lib / rtnetlink.c
index bce95ce508ba02ab6825b172447f563f7d294d75..54340e5c034cc47cd841b9c45491d2aac6eb9613 100644 (file)
 
 #include "coverage.h"
 #include "netlink.h"
+#include "netlink-socket.h"
 #include "ofpbuf.h"
 #include "vlog.h"
 
 VLOG_DEFINE_THIS_MODULE(rtnetlink);
 
+COVERAGE_DEFINE(rtnetlink_changed);
+
 /* rtnetlink socket. */
 static struct nl_sock *notify_sock;