datapath: Check for backported __wsum and __sum16.
[openvswitch] / lib / poll-loop.c
index 91034b04e907fd2456c5658d65e8fb1368887198..70360b9b53aa23f6e9abff4c9c30fa84f55ddb8f 100644 (file)
 #include "fatal-signal.h"
 #include "list.h"
 #include "timeval.h"
-
-#define THIS_MODULE VLM_poll_loop
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(poll_loop)
+
 /* An event that will wake the following call to poll_block(). */
 struct poll_waiter {
     /* Set when the waiter is created. */