Re: [ovs-dev] Question about VLOG

2014-02-08 Thread Junguk Cho
However, I recompiled ovs. I showed this message. "ofproto/libofproto.a(debug.o): In function `show_tnl_port': /home/ubuntu2/ovs/ofproto/debug.c:23: undefined reference to `VLM_debug'" Does anyone know reason? Thanks, 2014-02-08 21:58 GMT-07:00 Ben Pfaff : > On Sat, Feb 08, 2014 at 06:32:56PM

Re: [ovs-dev] Question about VLOG

2014-02-08 Thread Ben Pfaff
On Sat, Feb 08, 2014 at 06:32:56PM -0700, Junguk Cho wrote: > I add code in lib and ofproto direcotry. > > I wonder how to use VLOG? > I include "vlog.h" and decalare VLOG_DEFINE_THIS_MODULE(FILENAME); > Do I need more? That's all you need to do. ___ de