]> git.proxmox.com Git - mirror_frr.git/commit - lib/command.c
lib: hide away logging internals
authorDavid Lamparter <equinox@diac24.net>
Tue, 23 Feb 2016 12:01:47 +0000 (13:01 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Mar 2017 23:15:40 +0000 (00:15 +0100)
commitdeaa50db471e75ed20313b63c667b123e8c52724
tree156666ea08b118dbe00b7cc0000d19d03998056d
parentdd8376febd9523cf0e7263b9e5100f8af718d2b5
lib: hide away logging internals

... no need to have struct zlog generally-exposed.

A few files get to include log_int.h because they use zlog/vzlog.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
13 files changed:
bgpd/bgp_updgrp.h
bgpd/rfapi/rfapi_vty.c
ldpd/log.c
lib/Makefile.am
lib/command.c
lib/filter.c
lib/log.c
lib/log.h
lib/log_int.h [new file with mode: 0644]
lib/plist.c
lib/routemap.c
lib/vty.c
zebra/zebra_rib.c