<p>Kevin Harwell <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/13004">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip/res_pjsip_mwi: use centralized serializer pools<br><br>Both res_pjsip and res_pjsip_mwi made use of serializer pools. However, they<br>both implemented their own serializer pool functionality that was pretty much<br>identical in each of the source files. This patch removes the duplicated code,<br>and uses the new 'ast_serializer_pool' object instead.<br><br>Additionally res_pjsip_mwi enables a shutdown group on the pool since if the<br>timing was right the module could be unloaded while taskprocessor threads still<br>needed to execute, thus causing a crash.<br><br>Change-Id: I959b0805ad024585bbb6276593118be34fbf6e1d<br>---<br>M include/asterisk/res_pjsip.h<br>M res/res_pjsip.c<br>M res/res_pjsip_mwi.c<br>3 files changed, 64 insertions(+), 194 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/04/13004/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/13004">change 13004</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/13004"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 17 </div>
<div style="display:none"> Gerrit-Change-Id: I959b0805ad024585bbb6276593118be34fbf6e1d </div>
<div style="display:none"> Gerrit-Change-Number: 13004 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>