datapath: Don't track IP TOS value two different ways.
[openvswitch] / lib / backtrace.c
index 80cae54a6a15310643631fae55718bbb623a2424..131bdf4fc87881d3440964745579ef842f6c71d9 100644 (file)
 #include <stdbool.h>
 #include <stdio.h>
 #include "compiler.h"
-
-#define THIS_MODULE VLM_backtrace
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(backtrace)
+
 static uintptr_t OVS_UNUSED
 get_max_stack(void)
 {