X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fcollectors.c;h=69eed5d7d85a50fb118e3e1eac05fab3bc32e695;hb=5136ce492c414f377f7be9ae32b259abb9f76580;hp=0b84c3ece300a44fd62d9e4f6f4e255e99a111a8;hpb=9200fb9ef9a1c55a76e4c4aa789f3fb0a76f0ed1;p=sliver-openvswitch.git diff --git a/ofproto/collectors.c b/ofproto/collectors.c index 0b84c3ece..69eed5d7d 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. */