]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix comment for zlog_backtrace_sigsafe: it now supports syslog logging
authorajs <ajs>
Sun, 28 Nov 2004 23:04:51 +0000 (23:04 +0000)
committerajs <ajs>
Sun, 28 Nov 2004 23:04:51 +0000 (23:04 +0000)
on systems where /dev/log is a unix datagram socket.

lib/log.h

index 54cc2a6cfb47d196eaad77daab057d9a8bbe2ccc..e596cdd0b05068753b80af8cadfad22dd3eb96d4 100644 (file)
--- 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 */