Use linkedlist macros for UDPTL protocol list.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-07-11 20:07:07 +00:00
parent 4f84931f12
commit fde3d4b086
2 changed files with 17 additions and 29 deletions

View File

@@ -42,7 +42,7 @@ struct ast_udptl_protocol {
/* Set UDPTL peer */
int (* const set_udptl_peer)(struct ast_channel *chan, struct ast_udptl *peer);
const char * const type;
struct ast_udptl_protocol *next;
AST_RWLIST_ENTRY(ast_udptl_protocol) list;
};
struct ast_udptl;