[Home]

Summary:ASTERISK-05945: [patch] use linked list macros for channel backends
Reporter:Russell Bryant (russell)Labels:
Date Opened:2006-01-01 16:08:36.000-0600Date Closed:2006-01-10 22:05:47.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) backends_list.patch
Description:The attached patch converts the list of ast_channel_tech structures to use the provided linked list macros from include/asterisk/linkedlists.h instead of open-coding the list operations.

There is an AST_LIST_HEAD and AST_LIST_HEAD_NOLOCK.  There was already an AST_LIST_HEAD_STATIC, so I added an AST_LIST_HEAD_NOLOCK_STATIC for use in this patch.
Comments:By: Russell Bryant (russell) 2006-01-04 05:18:39.000-0600

updated to trunk rev 7777