Debian: make debian/copyright more friendly to the ftpmasters
[openvswitch] / ofproto / in-band.c
index 884cf1d26fb70e411803dc3b124c777e292d9325..44bcd720a99bbe905361c0323bcde7ed280d4e23 100644 (file)
 #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.