X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funixctl.c;h=ac756a834bc456c5169868c9ccd76d9b579df6ee;hb=0cc96e48ab2fc573c3b7b69fe5a034bb29dde578;hp=70785682731fcbdd30401cad9913ec0a2c79eea2;hpb=3c442619836797b78bbb3472385a4982582cb907;p=openvswitch diff --git a/lib/unixctl.c b/lib/unixctl.c index 70785682..ac756a83 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -36,13 +36,13 @@ #include "socket-util.h" #include "svec.h" #include "util.h" +#include "vlog.h" #ifndef SCM_CREDENTIALS #include #endif -#define THIS_MODULE VLM_unixctl -#include "vlog.h" +VLOG_DEFINE_THIS_MODULE(unixctl) struct unixctl_command { unixctl_cb_func *cb;