diff options
author | ajs <ajs> | 2004-11-26 21:52:59 +0100 |
---|---|---|
committer | ajs <ajs> | 2004-11-26 21:52:59 +0100 |
commit | 48d6c69b345096425644b7796a7bc6b36bf0e974 (patch) | |
tree | ad132074b26d440c8db8e3558361b144c187595e /lib/log.h | |
parent | 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-48d6c69b345096425644b7796a7bc6b36bf0e974.tar.xz frr-48d6c69b345096425644b7796a7bc6b36bf0e974.zip |
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* log.c, log.h, memory.c: Change function name from zlog_backtrace_safe
to the more self-explanatory zlog_backtrace_sigsafe.
Diffstat (limited to 'lib/log.h')
-rw-r--r-- | lib/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,6 +132,6 @@ extern void zlog_backtrace(int priority); 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. */ -extern void zlog_backtrace_safe(int priority); +extern void zlog_backtrace_sigsafe(int priority); #endif /* _ZEBRA_LOG_H */ |