[Asterisk-code-review] res parking: Make load pri explicit. (asterisk[15])
Corey Farrell
asteriskteam at digium.com
Tue Nov 21 10:34:40 CST 2017
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/7347
Change subject: res_parking: Make load_pri explicit.
......................................................................
res_parking: Make load_pri explicit.
res_parking has an implicit load_pri of 0 meaining it's one of the very
first modules loaded after modules with global symbols. Set it
explicitly in the AST_MODULE_INFO block.
Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259
---
M res/res_parking.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/47/7347/1
diff --git a/res/res_parking.c b/res/res_parking.c
index 94cdb0e..d511ab5 100644
--- a/res/res_parking.c
+++ b/res/res_parking.c
@@ -1293,4 +1293,5 @@
.load = load_module,
.unload = unload_module,
.reload = reload_module,
+ .load_pri = 0,
);
--
To view, visit https://gerrit.asterisk.org/7347
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: I297b6fb3ff6993ec004e667b22a74f5925906259
Gerrit-Change-Number: 7347
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171121/2b7334b0/attachment.html>
More information about the asterisk-code-review
mailing list