summaryrefslogtreecommitdiff
path: root/lib/vlog-unixctl.man
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-03 13:21:10 -0800
committerBen Pfaff <blp@ovn.org>2016-02-10 13:35:56 -0800
commit922fed065e65ad8388528976d631445f9e768f55 (patch)
tree4ce22727b222aed78846fae48a2ae046a7b8d2fb /lib/vlog-unixctl.man
parent3ca6cc76c3f3d171fcc7361a7ad4edd452834b7c (diff)
downloadopenvswitch-922fed065e65ad8388528976d631445f9e768f55.tar.gz
vlog: Make the most common module reference more direct.
Most vlog calls are for the log module owned by the translation unit being compiled, but this module was referenced indirectly through a pointer variable. That seems silly, so this commit changes the code so that the local vlog module is referred to directly, as &this_module. We could get rid of the global variables for vlog modules entirely, but I like getting linker errors when there's a duplicate module name. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'lib/vlog-unixctl.man')
0 files changed, 0 insertions, 0 deletions