<p>Corey Farrell has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7347">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_parking: Make load_pri explicit.<br><br>res_parking has an implicit load_pri of 0 meaining it's one of the very<br>first modules loaded after modules with global symbols.  Set it<br>explicitly in the AST_MODULE_INFO block.<br><br>Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259<br>---<br>M res/res_parking.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/7347/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_parking.c b/res/res_parking.c<br>index 94cdb0e..d511ab5 100644<br>--- a/res/res_parking.c<br>+++ b/res/res_parking.c<br>@@ -1293,4 +1293,5 @@<br>         .load = load_module,<br>  .unload = unload_module,<br>      .reload = reload_module,<br>+     .load_pri = 0,<br> );<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7347">change 7347</a>. To unsubscribe, 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/7347"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259 </div>
<div style="display:none"> Gerrit-Change-Number: 7347 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Corey Farrell <git@cfware.com> </div>