X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetdev-vport.c;h=96834115e39f1f6941e2965a814c1bdec3cc5b6d;hb=10df718e73122df2f3b04ed585e50e4b299a8cbd;hp=58858f90fe23bc2f03e05d6e5c6c35e50f043181;hpb=f4b6076acab233cfe02e7eaefdeafbb69dfae556;p=openvswitch diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c index 58858f90..96834115 100644 --- a/lib/netdev-vport.c +++ b/lib/netdev-vport.c @@ -24,10 +24,10 @@ #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;