[svn-commits] kpfleming: branch 1.6.0 r184763 - /branches/1.6.0/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 27 14:11:32 CDT 2009


Author: kpfleming
Date: Fri Mar 27 14:11:28 2009
New Revision: 184763

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=184763
Log:
Blocked revisions 184762 via svnmerge

........
  r184762 | kpfleming | 2009-03-27 14:10:32 -0500 (Fri, 27 Mar 2009) | 12 lines
  
  Improve timing interface to remember which provider provided a timer
  
  The ability to load/unload timing interfaces is nice, but it means that when a timer is allocated, it may come from provider A, but later provider B becomes the 'preferred' provider. If this happens, all timer API calls on the timer that was provided by provider A will actually be handed to provider B, which will say WTF and return an error.
  
  This patch changes the timer API to include a pointer to the provider of the timer handle so that future operations on the timer will be forwarded to the proper provider.
  
  (closes issue #14697)
  Reported by: moy
  
  Review: http://reviewboard.digium.com/r/211/
........

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