]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sorcery: Create function ast_sorcery_lockable_alloc. 85/3785/2
authorCorey Farrell <git@cfware.com>
Fri, 26 Aug 2016 22:22:51 +0000 (18:22 -0400)
committerCorey Farrell <git@cfware.com>
Fri, 2 Sep 2016 14:28:05 +0000 (10:28 -0400)
commite65f170d9c5966d33b32eab57b7e67196126cdc7
treef5416af7faf948de18a95ccfe27cedf4af8f0184
parent3af3860151cb6e11e04ffd8ca12944210a4c1c1a
sorcery: Create function ast_sorcery_lockable_alloc.

Create an alternative to ast_sorcery_generic_alloc which uses astobj2
shared locking. Use this new method for the 'struct ast_sip_aor' allocator.

Change-Id: I3f62f2ada64b622571950278fbb6ad57395b5d6f
include/asterisk/sorcery.h
main/sorcery.c
res/res_pjsip/location.c
res/res_pjsip_registrar.c