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