eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->tech_pvt instead

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-01 00:10:49 +00:00
parent fc91dd1035
commit e04ba4a11f
2 changed files with 4 additions and 6 deletions

View File

@@ -289,8 +289,6 @@ struct ast_channel {
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;