]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix an ABI compatibility issue with ast_log_safe for modules.
authorCorey Farrell <git@cfware.com>
Mon, 30 Mar 2015 11:40:33 +0000 (11:40 +0000)
committerCorey Farrell <git@cfware.com>
Mon, 30 Mar 2015 11:40:33 +0000 (11:40 +0000)
commit2430daa93172208f250dc2a8de54c4e13325dd81
tree5d300321bd3fdcf0a80636e2a257f1fda48f9739
parent297b8df31b1be1baca5d324da3fbd8710f329e9f
Fix an ABI compatibility issue with ast_log_safe for modules.

Binary modules are sometimes built against the latest release of
Asterisk in each branch, and need to be compatible with all
releases of that branch.  This change ensures that utils.h only
uses ast_log_safe from the core.  For modules and utilities ast_log
is used instead.

Review: https://reviewboard.asterisk.org/r/4548/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@433772 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/utils.h
main/Makefile