datapath: Handle duplicate netdev in netdev_rx_handler_register()
[openvswitch] / ofproto / ofproto-sflow.c
index cc6a6935a0538d5695c7d323215064bded243a98..c74c7360ef5e4db6b738421655cd693880ad943f 100644 (file)
 #include "sflow_api.h"
 #include "socket-util.h"
 #include "timeval.h"
-
-#define THIS_MODULE VLM_sflow
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(sflow)
+
 struct ofproto_sflow_port {
     struct netdev *netdev;      /* Underlying network device, for stats. */
     SFLDataSource_instance dsi; /* sFlow library's notion of port number. */