-
- Downloads
Add red-black tree container type to astobj2.
* Add red-black tree container type. * Add CLI command "astobj2 container dump <name>" * Added ao2_container_dump() so the container could be dumped by other modules for debugging purposes. * Changed ao2_container_stats() so it can be used by other modules like ao2_container_check() for debugging purposes. * Updated the unit tests to check red-black tree containers. (closes issue ASTERISK-19970) Reported by: rmudgett Tested by: rmudgett Review: https://reviewboard.asterisk.org/r/2110/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@376575 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- channels/chan_iax2.c 13 additions, 0 deletionschannels/chan_iax2.c
- include/asterisk/astobj2.h 119 additions, 1 deletioninclude/asterisk/astobj2.h
- include/asterisk/test.h 12 additions, 0 deletionsinclude/asterisk/test.h
- main/astobj2.c 2410 additions, 99 deletionsmain/astobj2.c
- main/channel.c 22 additions, 1 deletionmain/channel.c
- main/test.c 21 additions, 0 deletionsmain/test.c
- tests/test_astobj2.c 107 additions, 11 deletionstests/test_astobj2.c
Loading
Please register or sign in to comment