X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fcollectors.c;h=58d6abbc3fa666c5dead179904f40634c3f963c0;hb=d5f2379be2c4dad9a2fdda6ab28d30856aa782da;hp=0b84c3ece300a44fd62d9e4f6f4e255e99a111a8;hpb=3762274e6359f4afe04107851f4c71347fa0afa0;p=openvswitch diff --git a/ofproto/collectors.c b/ofproto/collectors.c index 0b84c3ec..58d6abbc 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. */