bridge.c: fix for deadlock during local channels optimization#911
bridge.c: fix for deadlock during local channels optimization#911n2p-litvinov wants to merge 1 commit intoasterisk:masterfrom
Conversation
gtjoseph
left a comment
There was a problem hiding this comment.
Please see the links below for correct commit message formatting:
See:
https://docs.asterisk.org/Development/Policies-and-Procedures/Code-Contribution/
https://docs.asterisk.org/Development/Policies-and-Procedures/Commit-Messages/
|
REMINDER: If this PR applies to other branches, please add a comment with the appropriate "cherry-pick-to" headers as per the Create a Pull Request process. If you don't want it cherry-picked, please add a comment with If, after adding "cherry-pick-to" comments, you change your mind, please edit the comment to DELETE the header lines and add The currently active branches are now 18, 20, 21, 22 and master. |
Mark channel that is going to be optimized with AST_UNREAL_OPTIMIZE_BEGUN flag to prevent the case when it want to be optimized from other thread. Fixes: asterisk#210
009368c to
1a993a9
Compare
|
cherry-pick-to: 20 |
|
This PR has been marked stale because it has been in "Changes Requested" or "submitter-action-required" state for 28 days or more. Please make the requested changes within 14 days or the PR will be closed. |
Mark channel that is going to be optimized with AST_UNREAL_OPTIMIZE_BEGUN flag to prevent the case when it want to be optimized from other thread.
Fixes: #210