-
- Downloads
Remove ABI differences that occured when compiling with DEBUG_THREADS.
"Bad Things" would happen if Asterisk was compiled with DEBUG_THREADS, but a loaded module was not (or vice versa). This also immensely simplifies the lock code, since there are no longer 2 separate versions of them. Review: https://reviewboard.asterisk.org/r/508/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/astobj2.h 3 additions, 15 deletionsinclude/asterisk/astobj2.h
- include/asterisk/heap.h 3 additions, 12 deletionsinclude/asterisk/heap.h
- include/asterisk/lock.h 174 additions, 1574 deletionsinclude/asterisk/lock.h
- include/asterisk/res_odbc.h 2 additions, 10 deletionsinclude/asterisk/res_odbc.h
- main/astobj2.c 0 additions, 24 deletionsmain/astobj2.c
- main/heap.c 3 additions, 24 deletionsmain/heap.c
- main/lock.c 1371 additions, 0 deletionsmain/lock.c
- res/res_odbc.c 0 additions, 12 deletionsres/res_odbc.c
Loading
Please register or sign in to comment