X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=ofproto%2Fin-band.c;h=44bcd720a99bbe905361c0323bcde7ed280d4e23;hb=62471e59fccf3c48d75becfa12690e23bb683407;hp=884cf1d26fb70e411803dc3b124c777e292d9325;hpb=9d82ec478d52edfddd215dff1b0659ed7508b365;p=openvswitch diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 884cf1d2..44bcd720 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -35,10 +35,10 @@ #include "poll-loop.h" #include "status.h" #include "timeval.h" - -#define THIS_MODULE VLM_in_band #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(in_band) + /* In-band control allows a single network to be used for OpenFlow * traffic and other data traffic. Refer to ovs-vswitchd.conf(5) and * secchan(8) for a description of configuring in-band control.