X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fcollectors.c;h=69eed5d7d85a50fb118e3e1eac05fab3bc32e695;hb=f3c51ad9cc6cbd87ef726a4b33e39bb9d6d24769;hp=0b84c3ece300a44fd62d9e4f6f4e255e99a111a8;hpb=3762274e6359f4afe04107851f4c71347fa0afa0;p=openvswitch diff --git a/ofproto/collectors.c b/ofproto/collectors.c index 0b84c3ec..69eed5d7 100644 --- a/ofproto/collectors.c +++ b/ofproto/collectors.c @@ -26,10 +26,10 @@ #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. */