]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astobj2: Add ao2_weakproxy_find function.
authorCorey Farrell <git@cfware.com>
Mon, 9 Oct 2017 22:51:05 +0000 (18:51 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 11 Oct 2017 00:32:36 +0000 (20:32 -0400)
commit722d443275c43d5018046d6e333a2f2a8044b2ec
treed776ebf95aa35dc514b4dd5093609fc7df709448
parentaadfc09edddfb4470ea562f9f7286f2a251a8cce
astobj2: Add ao2_weakproxy_find function.

This function finds a weak proxy in an ao2_container and returns the
real object associated with it.

Change-Id: I9da822049747275f5961b5c0a7f14e87157d65d8
include/asterisk/astobj2.h
main/astobj2_container.c