From: ajs Date: Sun, 28 Nov 2004 23:04:51 +0000 (+0000) Subject: Fix comment for zlog_backtrace_sigsafe: it now supports syslog logging X-Git-Tag: frr-2.0-rc1~3349 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b9c35001dfa81e6cddfac0b36549b1ed4b84b5e7;p=mirror%2Ffrr.git Fix comment for zlog_backtrace_sigsafe: it now supports syslog logging on systems where /dev/log is a unix datagram socket. --- diff --git a/lib/log.h b/lib/log.h index 54cc2a6cfb..e596cdd0b0 100644 --- a/lib/log.h +++ b/lib/log.h @@ -128,8 +128,7 @@ extern void zlog_backtrace(int priority); /* Log a backtrace, but in an async-signal-safe way. Should not be called unless the program is about to exit or abort, since it messes - up the state of zlog file pointers. This function needs to be enhanced - to support syslog logging. */ + up the state of zlog file pointers. */ extern void zlog_backtrace_sigsafe(int priority); #endif /* _ZEBRA_LOG_H */