[asterisk-commits] kpfleming: branch 1.6.2 r191920 - /branches/1.6.2/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun May 3 09:34:26 CDT 2009


Author: kpfleming
Date: Sun May  3 09:34:23 2009
New Revision: 191920

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

........
  r191919 | kpfleming | 2009-05-03 16:28:59 +0200 (Sun, 03 May 2009) | 11 lines
  
  Add 'bitflags'-style information elements to event framework
  
  This patch add a new payload type for information elements, a set
  of bit flags. The payload is transported as a 32-bit unsigned integer
  but when matching is performed between events and subscribers,
  the matching is done by using a bitwise AND instead of numeric value
  comparison.
  
  Review: http://reviewboard.asterisk.org/r/242/
........

Modified:
    branches/1.6.2/   (props changed)

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the asterisk-commits mailing list