mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user