diff options
author | Lou Berger <lberger@labn.net> | 2016-09-23 19:40:19 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-30 18:56:25 +0200 |
commit | 17d06b64d0229ef6dcf8e8132f45b886e26ab954 (patch) | |
tree | 3a0b71384fd27b022ea9c1bcef84e9236fb16c85 /lib/log.h | |
parent | lib: add route_table_get_default_delegate (diff) | |
download | frr-17d06b64d0229ef6dcf8e8132f45b886e26ab954.tar.xz frr-17d06b64d0229ef6dcf8e8132f45b886e26ab954.zip |
log.h: restore vzlog extern
Diffstat (limited to 'lib/log.h')
-rw-r--r-- | lib/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ extern void zlog_info (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); extern void zlog_notice (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); extern void zlog_debug (const char *format, ...) PRINTF_ATTRIBUTE(1, 2); +extern void vzlog (struct zlog *, int , const char *, va_list ); + extern void zlog_thread_info (int log_level); /* Set logging level for the given destination. If the log_level |