On 02/03/2016 04:50 PM, Ben Pfaff wrote:
> 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
I noticed this as well when reading through th
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
---
include/openvswitch/vlog.h | 5 +
lib/vlog.c | 4 ++--
2 files changed, 3