vlog: Simplify module definition.
authorBen Pfaff <blp@ovn.org>
Wed, 3 Feb 2016 23:18:33 +0000 (15:18 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 3 Feb 2016 23:18:33 +0000 (15:18 -0800)
commiteba7755248f3c042238cf319676dead0dcc785c6
tree9497d2a7f4725b6278f0e088a1e21c0602b86657
parent934d84fb0d372b2b4a3a3738531b6edb762073c8
vlog: Simplify module definition.

Until now, vlog had a macro VLOG_DEFINE_THIS_MODULE, which expanded using
VLOG_DEFINE_MODULE, which expanded using VLOG_DEFINE_MODULE__, and the
latter macros didn't have any other users.  This commit combines them for
clarity.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
include/openvswitch/vlog.h