X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Flockfile.c;h=84bfb3c04061bfa52c8b37aaac944de6e8ee9e42;hb=c94238565522c51a117a7f89fecaabd2605b7c66;hp=100440e93614ca92db6255d25f8c09756b474532;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/lib/lockfile.c b/lib/lockfile.c index 100440e9..84bfb3c0 100644 --- a/lib/lockfile.c +++ b/lib/lockfile.c @@ -29,10 +29,10 @@ #include "hmap.h" #include "timeval.h" #include "util.h" - -#define THIS_MODULE VLM_lockfile #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(lockfile) + struct lockfile { struct hmap_node hmap_node; char *name;