[Asterisk-cvs] asterisk/include/asterisk channel.h,1.98,1.99
kpfleming
kpfleming
Wed Aug 31 20:09:44 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv31389/include/asterisk
Modified Files:
channel.h
Log Message:
eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- channel.h 30 Aug 2005 18:32:09 -0000 1.98
+++ channel.h 1 Sep 2005 00:10:49 -0000 1.99
@@ -289,8 +289,6 @@
char dtmfq[AST_MAX_EXTENSION];
/*! DTMF frame */
struct ast_frame dtmff;
- /*! Private channel implementation details */
- struct ast_channel_pvt *pvt;
/*! PBX private structure */
struct ast_pbx *pbx;
More information about the svn-commits
mailing list