ovs-vsctl: Allow "get" commands to create @names also.
[openvswitch] / lib / netdev-vport.c
index 58858f90fe23bc2f03e05d6e5c6c35e50f043181..0153ac78dc2aadb156d45f9ac5df3899f7bce0d5 100644 (file)
 #include "openvswitch/datapath-protocol.h"
 #include "shash.h"
 #include "socket-util.h"
-
-#define THIS_MODULE VLM_netdev_vport
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(netdev_vport)
+
 struct netdev_vport_notifier {
     struct netdev_notifier notifier;
     struct list list_node;
-    struct shash_node *shash_node; 
+    struct shash_node *shash_node;
 };
 
 static struct shash netdev_vport_notifiers =