]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Disable astobj2 locking for some common objects.
authorCorey Farrell <git@cfware.com>
Tue, 2 Oct 2018 03:12:14 +0000 (23:12 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 3 Oct 2018 08:21:42 +0000 (03:21 -0500)
commit3b2310332d1a19da1bcb95296d4d0002d8dfb044
treebacfd2a908aad8b2a482435ebc72916c22897269
parentf066dbc353c2c84bcc2df82abf52a74955c1127c
core: Disable astobj2 locking for some common objects.

* ACO options
* Indications
* Module loader ref_debug object
* Media index info and variants
* xmldoc items

These allocation locations were identified using reflocks.py on the
master branch.

Change-Id: Ie999b9941760be3d1946cdb6e30cb85fd97504d8
main/config_options.c
main/indications.c
main/loader.c
main/media_index.c
main/xmldoc.c