X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdaemon.c;h=c6489cd5bb2be128ed0f3a0fb5b24759d75efbf4;hb=d8ae4d672673cd72285eb405a96b4ac3590a7639;hp=91e0404e9c1e912a8ca9801c4874ced9663b2cec;hpb=2bf9d87ae3aa946ef93cb923e560beb582f5b655;p=openvswitch diff --git a/lib/daemon.c b/lib/daemon.c index 91e0404e..c6489cd5 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -35,7 +35,7 @@ #include "util.h" #include "vlog.h" -VLOG_DEFINE_THIS_MODULE(daemon) +VLOG_DEFINE_THIS_MODULE(daemon); /* --detach: Should we run in the background? */ static bool detach;