]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
[Core] Add new switch_core_session_try_reset() API to fix a deadlock for the case...
authorAndrey Volk <andywolk@gmail.com>
Fri, 26 Feb 2021 22:04:16 +0000 (01:04 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 22 Mar 2021 15:47:46 +0000 (18:47 +0300)
commitc61d89a47fc793475aa7ef97b39c58d266284889
tree256b98310970c9d41c89c0ad81cee7fdefcebf9c
parentc63f9524eebf2f03f8d0a496294c8be2b2a567e8
[Core] Add new switch_core_session_try_reset() API to fix a deadlock for the case when two threads want to set session codecs.
src/include/switch_core.h
src/switch_core_media.c
src/switch_core_session.c