vlog: Fix windows build.
authorRussell Bryant <russell@ovn.org>
Wed, 10 Feb 2016 22:03:32 +0000 (17:03 -0500)
committerBen Pfaff <blp@ovn.org>
Wed, 10 Feb 2016 23:36:38 +0000 (15:36 -0800)
commit4080dd7f2360a13e697793c916f5e31594a703e1
treefc2b81a8ee1f3a6ec73689db90b6b924aff1b609
parent867a2e3aae16024358768d4fac3fb0843db453b8
vlog: Fix windows build.

A recent change changed this constructor to "init_this_module".  This
breaks the build on windows according to AppVeyor.  Include the module
name in the constructor name to work around the issue.

Fixes: 922fed065e65 ("vlog: Make the most common module reference more direct.")
Signed-off-by: Russell Bryant <russell@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/vlog.h