[svn-commits] dvossel: branch 1.6.0 r199746 - /branches/1.6.0/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jun 9 11:34:23 CDT 2009
Author: dvossel
Date: Tue Jun 9 11:34:19 2009
New Revision: 199746
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199746
Log:
Blocked revisions 199743 via svnmerge
........
r199743 | dvossel | 2009-06-09 11:22:04 -0500 (Tue, 09 Jun 2009) | 11 lines
module load priority
This patch adds the option to give a module a load priority. The value represents the order in which a module's load() function is initialized. The lower the value, the higher the priority. The value is only checked if the AST_MODFLAG_LOAD_ORDER flag is set. If the AST_MODFLAG_LOAD_ORDER flag is not set, the value will never be read and the module will be given the lowest possible priority
on load. Since some modules are reliant on a timing interface, the timing modules have been given a high load priorty.
(closes issue #15191)
Reported by: alecdavis
Tested by: dvossel
Review: https://reviewboard.asterisk.org/r/262/
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the svn-commits
mailing list