ofproto: Fix encoding of NXST_* replies.
[openvswitch] / ofproto / collectors.c
index 0b84c3ece300a44fd62d9e4f6f4e255e99a111a8..58d6abbc3fa666c5dead179904f40634c3f963c0 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. */