vlog: Make 'vlog_modules' private to vlog.c.
authorBen Pfaff <blp@ovn.org>
Wed, 3 Feb 2016 20:23:36 +0000 (12:23 -0800)
committerBen Pfaff <blp@ovn.org>
Wed, 3 Feb 2016 23:10:01 +0000 (15:10 -0800)
commit934d84fb0d372b2b4a3a3738531b6edb762073c8
treede57e99a28cd645ee1a379cf7a94d1cc7264aa9d
parent3cbe33df850f3c69349587019a835458e61f1ea5
vlog: Make 'vlog_modules' private to vlog.c.

I think we once used this variable from an inline function in vlog.h, so
that we had to make it "extern", but these days it's only used from vlog.c,
so it can be static now.

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