From eac6e3f027356c25a8c8fddf921f769b79945fcc Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Tue, 1 Mar 2016 15:31:28 -0300 Subject: ldpd: adapt the code for Quagga Signed-off-by: Renato Westphal --- lib/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/log.c') diff --git a/lib/log.c b/lib/log.c index b9edb12fbd..14fa81a9d7 100644 --- a/lib/log.c +++ b/lib/log.c @@ -51,6 +51,7 @@ const char *zlog_proto_names[] = "OSPF", "RIPNG", "OSPF6", + "LDP", "ISIS", "PIM", "MASC", @@ -177,7 +178,7 @@ time_print(FILE *fp, struct timestamp_control *ctl) /* va_list version of zlog. */ -static void +void vzlog (struct zlog *zl, int priority, const char *format, va_list args) { char proto_str[32]; -- cgit v1.2.3