vlog: Make the vlog module catalog program-specific.
[openvswitch] / extras / ezio / terminal.c
index 090e80e44be0126625c98c90651509fcf9da7fc1..3e499ab016ba93e9d741b4b6bc3f85fb5afeae2f 100644 (file)
 #include "ezio.h"
 #include "poll-loop.h"
 #include "util.h"
-
-#define THIS_MODULE VLM_terminal
 #include "vlog.h"
 
+VLOG_DEFINE_THIS_MODULE(terminal)
+
 /* UTF-8 decoding. */
 static struct utf8_reader *utf8_reader_create(void);
 static void utf8_reader_destroy(struct utf8_reader *);