X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.c;h=d254356d648e428b5bdee948d51be42c48caab7e;hb=882c2399908b0f33f73651ccfc3aaf76a7858ce4;hp=36828f3abda1703fcf64cd006c1a8c71181abfb2;hpb=07c8c80deed155a4edf5ecf262d4d2642f0c1354;p=openvswitch diff --git a/lib/rconn.c b/lib/rconn.c index 36828f3a..d254356d 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -30,10 +30,10 @@ #include "timeval.h" #include "util.h" #include "vconn.h" - -#define THIS_MODULE VLM_rconn #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(rconn) + #define STATES \ STATE(VOID, 1 << 0) \ STATE(BACKOFF, 1 << 1) \