summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-06-20 15:27:43 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-06-20 15:27:43 +0000
commit577632dec957bfec258918a381133a3c41411b37 (patch)
tree4eec13395db7c190e79cbedf3669b80fff4f98ea /build_tools
parentd87f8c429e6852d11f7a3bddf6981e2f754c1ea8 (diff)
astobj2: Additional refactoring to push impl specific code down into the impls.
Move some implementation specific code from astobj2_container.c into astobj2_hash.c and astobj2_rbtree.c. This completely removes the need for astobj2_container to switch on RTTI and it no longer has any knowledge of the implementation details. Also adds AO2_DEBUG as a new compile option in menuselect which controls astobj2 debugging independently of AST_DEVMODE and REF_DEBUG. Tested by: George Joseph Review: https://reviewboard.asterisk.org/r/3593/ ........ Merged revisions 416806 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416807 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/cflags.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 3702192d6..082e8e63f 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -8,6 +8,9 @@
<member name="REF_DEBUG" displayname="Enable reference count debugging">
<support_level>extended</support_level>
</member>
+ <member name="AO2_DEBUG" displayname="Enable internal Astobj2 debugging">
+ <support_level>extended</support_level>
+ </member>
<member name="STATIC_BUILD" displayname="Build static binaries">
<support_level>extended</support_level>
</member>