mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.
It's kind of odd for VLOG_DEFINE_THIS_MODULE to supply its own semicolon, so this commit switches to the more common form.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include "util.h"
|
||||
#include "vlog.h"
|
||||
|
||||
VLOG_DEFINE_THIS_MODULE(fatal_signal)
|
||||
VLOG_DEFINE_THIS_MODULE(fatal_signal);
|
||||
|
||||
/* Signals to catch. */
|
||||
static const int fatal_signals[] = { SIGTERM, SIGINT, SIGHUP, SIGALRM };
|
||||
|
Reference in New Issue
Block a user