ofproto: Drop flows from datapath more quickly under heavy load.
[openvswitch] / ofproto / collectors.c
index 0b84c3ece300a44fd62d9e4f6f4e255e99a111a8..69eed5d7d85a50fb118e3e1eac05fab3bc32e695 100644 (file)
 #include "socket-util.h"
 #include "svec.h"
 #include "util.h"
-
-#define THIS_MODULE VLM_collectors
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(collectors)
+
 struct collectors {
     int *fds;                     /* Sockets. */
     size_t n_fds;                 /* Number of sockets. */