[asterisk-commits] russell: branch group/asterisk-cpp r168466 - /team/group/asterisk-cpp/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jan 11 20:38:04 CST 2009
Author: russell
Date: Sun Jan 11 20:38:03 2009
New Revision: 168466
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168466
Log:
Provide a type, it is needed to create the constructor
Modified:
team/group/asterisk-cpp/main/channel.c
Modified: team/group/asterisk-cpp/main/channel.c
URL: http://svn.digium.com/svn-view/asterisk/team/group/asterisk-cpp/main/channel.c?view=diff&rev=168466&r1=168465&r2=168466
==============================================================================
--- team/group/asterisk-cpp/main/channel.c (original)
+++ team/group/asterisk-cpp/main/channel.c Sun Jan 11 20:38:03 2009
@@ -4012,7 +4012,7 @@
* old (clone) channel.
*/
{
- AST_LIST_HEAD_NOLOCK(, ast_frame) tmp_readq;
+ AST_LIST_HEAD_NOLOCK(frame_list, ast_frame) tmp_readq;
AST_LIST_HEAD_SET_NOLOCK(&tmp_readq, NULL);
AST_LIST_APPEND_LIST(&tmp_readq, &original->readq, frame_list);
More information about the asterisk-commits
mailing list