summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
authorajs <ajs>2004-11-26 20:52:59 +0000
committerajs <ajs>2004-11-26 20:52:59 +0000
commit48d6c69b345096425644b7796a7bc6b36bf0e974 (patch)
treead132074b26d440c8db8e3558361b144c187595e /lib/log.h
parent5b85facc638d219a7281b75bec8a08dcf79a46ce (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.h b/lib/log.h
index 0df75e73..17b24cd7 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -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 */